WmiSmoObject.Properties Property

Definition

Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.

public:
 property Microsoft::SqlServer::Management::Smo::PropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::PropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.PropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

Property Value

A PropertyCollection that represents the properties defined on the WMI object.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to