SecurityDescription.IsSecurityDescriptionEmpty Method
Determines whether the security description is valid or empty.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As SecurityDescription
Dim returnValue As Boolean
returnValue = instance.IsSecurityDescriptionEmpty
Syntax
'Declaration
Public Function IsSecurityDescriptionEmpty As Boolean
public bool IsSecurityDescriptionEmpty ()
public:
bool IsSecurityDescriptionEmpty ()
public boolean IsSecurityDescriptionEmpty ()
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
Reference
SecurityDescription Class
SecurityDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace