System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / Trustee Class / SystemName Property



In This Topic
    SystemName Property
    In This Topic
    Gets or sets the computer on which to look up the trustee's account.
    Syntax
    'Declaration
     
    
    Public Property SystemName As String
    'Usage
     
    
    Dim instance As Trustee
    Dim value As String
     
    instance.SystemName = value
     
    value = instance.SystemName
    public string SystemName {get; set;}
    public:
    property String^ SystemName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The local or remote computer on which the account exists. The default is null, which indicates that the name will be looked up on the local computer.
    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