CredentialInfoEventArgs.Credentials Property

Definition

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.

Applies to