Trustee Constructor
Overload List
Overload | Description |
---|---|
Trustee Constructor() | Initializes a new instance of the Trustee class without setting any of its read/write properties. |
Trustee Constructor(String) | Initializes a new instance of the Trustee class of type Unknown, setting the Name property to the value specified, and the SystemName to null. |
Trustee Constructor(String,String) | Initializes a new instance of the Trustee class of type Unknown, setting the Name and the SystemName properties to the values specified. |
Trustee Constructor(String,String,TrusteeType) | Initializes a new instance of the Trustee class of the specified type, setting the Name and the SystemName properties to the values specified. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also