ConnectionInfo.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 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.