ExportGroupPolicyCommand.DirectoryPath Property
Namespace: Microsoft.IdentityServer.PowerShell.Commands
Assembly: Microsoft.IdentityServer.PowerShell (in microsoft.identityserver.powershell.dll)
Usage
Syntax
'Declaration
<ValidateNotNullAttribute> _
<ParameterAttribute(Mandatory:=True)> _
Public Property DirectoryPath As String
[ValidateNotNullAttribute]
[ParameterAttribute(Mandatory=true)]
public string DirectoryPath { get; set; }
[ValidateNotNullAttribute]
[ParameterAttribute(Mandatory=true)]
public:
property String^ DirectoryPath {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DirectoryPath ()
/** @property */
public void set_DirectoryPath (String value)
public function get DirectoryPath () : String
public function set DirectoryPath (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
ExportGroupPolicyCommand Class
ExportGroupPolicyCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace