[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the scope types for the profile. Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ProfileScopeTypes

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ProfileScopeTypes
C#
[SerializableAttribute] 
public enum ProfileScopeTypes
C++
[SerializableAttribute] 
public enum class ProfileScopeTypes
J#
/** @attribute SerializableAttribute() */ 
public enum ProfileScopeTypes
JScript
SerializableAttribute 
public enum ProfileScopeTypes

Members

Member name Description
Administrator Specifies the administrator scope type.
AdvancedOperator Specifies the advanced operator scope type.
Author Specifies the author type.
None Specifies the none scope type.
Operator Specifies the operator scope type.
ReadOnlyOperator Specifies the read-only operator scope type.
ReportOperator Specifies the report operator scope type.
ReportSecurityAdministrator Specifies the report security administrator scope type.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also