TieredManagementGroup.RunAsAccountGuid Property
Applies To: Operations Manager for System Center 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)
Syntax
public Nullable<Guid> RunAsAccountGuid { get; }
public:
property Nullable<Guid> RunAsAccountGuid {
Nullable<Guid> get();
}
member RunAsAccountGuid : Nullable<Guid> with get
Public ReadOnly Property RunAsAccountGuid As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Returns a GUID Guid for the runAs account for the tiered Management Group.
See Also
TieredManagementGroup Class
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top