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