| 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. |