共用方式為


OperationImplicitScope.IsCustomized Property

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

Gets a value that indicates whether this scope was added after the install or not.

Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As OperationImplicitScope
Dim value As Nullable(Of Boolean)

value = instance.IsCustomized

Syntax

'Declaration
Public ReadOnly Property IsCustomized As Nullable(Of Boolean)
public Nullable<bool> IsCustomized { get; }
public:
property Nullable<bool> IsCustomized {
    Nullable<bool> get ();
}
/** @property */
public Nullable<boolean> get_IsCustomized ()
public function get IsCustomized () : Nullable<boolean>

Property Value

true if this scope was added after the install; otherwise, false.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

OperationImplicitScope Class
OperationImplicitScope Members
Microsoft.EnterpriseManagement.Security Namespace