CredentialCreateParameters::Properties Property

 

Required. Gets or sets the properties of the credential.

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

public:
property CredentialCreateProperties^ Properties {
	CredentialCreateProperties^ get();
	void set(CredentialCreateProperties^ value);
}
Return to top
Show: