ManagementClassPropertyDescription.PropertyNames1 Property
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
'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As List(Of String)
value = instance.PropertyNames1
Syntax
'Declaration
<XmlArrayAttribute("PropertyNames1")> _
Public ReadOnly Property PropertyNames1 As List(Of String)
[XmlArrayAttribute("PropertyNames1")]
public List<string> PropertyNames1 { get; }
[XmlArrayAttribute(L"PropertyNames1")]
public:
property List<String^>^ PropertyNames1 {
List<String^>^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public List<String> get_PropertyNames1 ()
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
Reference
ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassPropertyDescription.DisplayedDataType Property
PropertyNames2