SecretNET.NFT Namespace

Authentication..::..User Property

Username used in basic authentication.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Nullable<string> User { get; set; }
Public Property User As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> User {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}