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.
Syntax
'Declaration Public Function New( _ ByVal name As String, _ ByVal systemName As String _ )
public Trustee( string name, string systemName )
public: Trustee( String^ name, String^ systemName )
Parameters
- name
- The value to assign to the Name property.
- systemName
- The value to assign to the SystemName property.
Exceptions
Exception | Description |
---|---|
System.ArgumentNullException | The name parameter is null. |
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