Indicates the
SecurityDescription object that is associated with the
management class.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("SecurityDescription", IsNullable:=False)> _
Public securityDescription As SecurityDescription
|
C# |
[XmlElementAttribute("SecurityDescription", IsNullable=false)]
public SecurityDescription securityDescription
|
C++ |
[XmlElementAttribute(L"SecurityDescription", IsNullable=false)]
public:
SecurityDescription^ securityDescription
|
J# |
/** @attribute XmlElementAttribute("SecurityDescription", IsNullable=false) */
public SecurityDescription securityDescription
|
JScript |
XmlElementAttribute("SecurityDescription", IsNullable=false)
public var securityDescription : SecurityDescription
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also