AlertSubscriptionConfiguration.UserSid Property

 

Applies To: Operations Manager for System Center 2012

The security identifier (SID) of the user who configured the notification.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string UserSid { get; set; }
public:
property String^ UserSid {
    String^ get();
    void set(String^ value);
}
member UserSid : string with get, set
Public Property UserSid As String

Property Value

Type: System.String

Returns a String that contains the SID of the user who configured the notification.

See Also

AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top