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
Syntax
Visual Basic |
<XmlArrayAttribute("PropertyNames2")> _
Public ReadOnly Property PropertyNames2 As List(Of String)
|
C# |
[XmlArrayAttribute("PropertyNames2")]
public List<string> PropertyNames2 { get; }
|
C++ |
[XmlArrayAttribute(L"PropertyNames2")]
public:
property List<String^>^ PropertyNames2 {
List<String^>^ get ();
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public List<String> get_PropertyNames2 ()
|
JScript |
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