Gets the first 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

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As List(Of String)

value = instance.PropertyNames1

Syntax

Visual Basic
<XmlArrayAttribute("PropertyNames1")> _
Public ReadOnly Property PropertyNames1 As List(Of String)
C#
[XmlArrayAttribute("PropertyNames1")] 
public List<string> PropertyNames1 { get; }
C++
[XmlArrayAttribute(L"PropertyNames1")] 
public:
property List<String^>^ PropertyNames1 {
		List<String^>^ get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public List<String> get_PropertyNames1 ()
JScript
DebuggerStepThroughAttribute 
public function get PropertyNames1 () : List<String>

Property Value

System.Collections.Generic.List object that represents the first set of property names.

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