Determines whether the security description is valid or empty. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SecurityDescription
Dim returnValue As Boolean

returnValue = instance.IsSecurityDescriptionEmpty

Syntax

Visual Basic
Public Function IsSecurityDescriptionEmpty As Boolean
C#
public bool IsSecurityDescriptionEmpty ()
C++
public:
bool IsSecurityDescriptionEmpty ()
J#
public boolean IsSecurityDescriptionEmpty ()
JScript
public function IsSecurityDescriptionEmpty () : boolean

Return Value

true if the security description is valid; otherwise false.

Remarks

Your application can serialize security description properties only if they are not empty.


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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also