WmiSmoObject.Properties Property
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As PropertyCollection
Get
'Usage
Dim instance As WmiSmoObject
Dim value As PropertyCollection
value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection
Property Value
Type: Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection that represents the properties defined on the WMI object.
See Also