CredentialCreateProperties::UserName Property

 

Required. Gets or sets the user name of the credential.

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

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

Property Value

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