Partager via


PolicyAssignmentIdentificationUser.Sid Property

 

Gets or sets the user name SID.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string Sid { get; set; }
public:
property String^ Sid {
    String^ get();
    void set(String^ value);
}
Public Property Sid As String

Property Value

Type: System.String

See Also

PolicyAssignmentIdentificationUser Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top