TieredManagementGroup.RunAsAccountGuid Property

Updated: April 16, 2012

Gets the globally unique identifier (GUID) for the RunAs account for the tiered Management Group. Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As TieredManagementGroup Dim value As Nullable(Of Guid) value = instance.RunAsAccountGuid Public ReadOnly Property RunAsAccountGuid As Nullable(Of Guid)public Nullable<Guid> RunAsAccountGuid { get; }public: property Nullable<Guid> RunAsAccountGuid { Nullable<Guid> get (); }/** @property */ public Nullable<Guid> get_RunAsAccountGuid () public function get RunAsAccountGuid () : Nullable<Guid> Property ValueReturns a GUID Guid for the runAs account for the tiered Management Group.
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