CmdletProvider.Credential 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 under which the operation should run.
public:
property System::Management::Automation::PSCredential ^ Credential { System::Management::Automation::PSCredential ^ get(); };
public System.Management.Automation.PSCredential Credential { get; }
member this.Credential : System.Management.Automation.PSCredential
Public ReadOnly Property Credential As PSCredential