Share via


SecureData.IsSystem Property

Gets or sets a value that indicates whether this secure data object is defined by the system and therefore cannot be changed or removed.

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

Usage

'Usage
Dim instance As SecureData
Dim value As Boolean

value = instance.IsSystem

Syntax

'Declaration
Public ReadOnly Property IsSystem As Boolean
public bool IsSystem { get; }
public:
virtual property bool IsSystem {
    bool get () sealed;
}
/** @property */
public final boolean get_IsSystem ()
public final function get IsSystem () : boolean

Property Value

Returns Boolean.

true if this secure data object is defined by the system; 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

SecureData Class
SecureData Members
Microsoft.EnterpriseManagement.Security Namespace