[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies the root of objects. You can use this ID in the user role scope if you want to set access on the root object. Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim value As Guid

value = UserRoleScope.RootObjectId

UserRoleScope.RootObjectId = value

Syntax

Visual Basic
Public Shared RootObjectId As Guid
C#
public static Guid RootObjectId
C++
public:
static Guid RootObjectId
J#
public static Guid RootObjectId
JScript
public static var RootObjectId : Guid

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also