ConnectionInfo.Credentials Property

Definition

Gets the credentials for the connection.

public:
 property Microsoft::Web::Management::Client::ConnectionCredential ^ Credentials { Microsoft::Web::Management::Client::ConnectionCredential ^ get(); };
public Microsoft.Web.Management.Client.ConnectionCredential Credentials { get; }
member this.Credentials : Microsoft.Web.Management.Client.ConnectionCredential
Public ReadOnly Property Credentials As ConnectionCredential

Property Value

The ConnectionCredential object that is passed to the ConnectionInfoCollection(IConnectionManager) constructor.

Applies to