Udostępnij za pośrednictwem


ManagementClassPropertyDescription.PropertyNames2 Property

Gets the second set of property names that are used to calculate column values that are based on the value of the DisplayedDataType property.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As List(Of String)

value = instance.PropertyNames2

Syntax

'Declaration
<XmlArrayAttribute("PropertyNames2")> _
Public ReadOnly Property PropertyNames2 As List(Of String)
[XmlArrayAttribute("PropertyNames2")] 
public List<string> PropertyNames2 { get; }
[XmlArrayAttribute(L"PropertyNames2")] 
public:
property List<String^>^ PropertyNames2 {
    List<String^>^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public List<String> get_PropertyNames2 ()
DebuggerStepThroughAttribute 
public function get PropertyNames2 () : List<String>

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

ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassPropertyDescription.DisplayedDataType Property
ManagementClassPropertyDescription.PropertyNames1 Property