System.Messaging Reference (Document! X Sample)
Trustee Constructor(String)



System.Messaging Namespace > Trustee Class > Trustee Constructor : Trustee Constructor(String)
The value to assign to the Name property.
Initializes a new instance of the Trustee class of type Unknown, setting the Name property to the value specified, and the SystemName to null.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
'Usage
 
Dim name As String
 
Dim instance As New Trustee(name)
public Trustee( 
   string name
)
public:
Trustee( 
   String^ name
)

Parameters

name
The value to assign to the Name property.
Exceptions
ExceptionDescription
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

Reference

Trustee Class
Trustee Members
Overload List