IWebSiteExtensionsClient.Credentials Property
TBD.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
BasicAuthenticationCloudCredentials Credentials { get; set; }
property BasicAuthenticationCloudCredentials^ Credentials {
BasicAuthenticationCloudCredentials^ get();
void set(BasicAuthenticationCloudCredentials^ value);
}
abstract Credentials : BasicAuthenticationCloudCredentials with get, set
Property Credentials As BasicAuthenticationCloudCredentials
Property Value
Type: Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials
See Also
IWebSiteExtensionsClient Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top