Share via


TieredManagementGroup.RunAsAccountGuid Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As TieredManagementGroup
Dim value As Nullable(Of Guid)

value = instance.RunAsAccountGuid

Syntax

'Declaration
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 Value

Returns a GUID Guid for the runAs account for the tiered Management Group.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

TieredManagementGroup Class
TieredManagementGroup Members
Microsoft.EnterpriseManagement.Tiering Namespace