DscResourceAttribute.RunAsCredential 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.
To specify RunAs Behavior for the resource.
public:
property System::Management::Automation::DSCResourceRunAsCredential RunAsCredential { System::Management::Automation::DSCResourceRunAsCredential get(); void set(System::Management::Automation::DSCResourceRunAsCredential value); };
public System.Management.Automation.DSCResourceRunAsCredential RunAsCredential { get; set; }
member this.RunAsCredential : System.Management.Automation.DSCResourceRunAsCredential with get, set
Public Property RunAsCredential As DSCResourceRunAsCredential