AlertSubscriptionConfiguration.UserSid Property

Updated: April 16, 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)Dim instance As AlertSubscriptionConfiguration Dim value As String value = instance.UserSid instance.UserSid = valuePublic Property UserSid As Stringpublic string UserSid { get; set; }public: property String^ UserSid { String^ get (); void set (String^ value); }/** @property */ public String get_UserSid () /** @property */ public void set_UserSid (String value) public function get UserSid () : String public function set UserSid (value : String) Property ValueReturns a String that contains the SID of the user who configured the notification.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms