BasicAuthentication::Username Property

 

Required. Gets or sets the username.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
property String^ Username {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: