CredentialInfoEventArgs.Credentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the credential information that is passed to the CredentialInfoEventArgs(CredentialInfo) constructor.
public:
property Microsoft::Web::Management::Client::CredentialInfo ^ Credentials { Microsoft::Web::Management::Client::CredentialInfo ^ get(); };
public Microsoft.Web.Management.Client.CredentialInfo Credentials { get; }
member this.Credentials : Microsoft.Web.Management.Client.CredentialInfo
Public ReadOnly Property Credentials As CredentialInfo
Property Value
The CredentialInfo object that is passed to the CredentialInfoEventArgs(CredentialInfo) constructor.