ConfigMgrCapabilities.Properties Property

 

Gets a collection of Configuration Manager properties.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Collection<ConfigMgrCapabilityProperty> Properties { get; }
public:
property Collection<ConfigMgrCapabilityProperty^>^ Properties {
    Collection<ConfigMgrCapabilityProperty^>^ get();
}
Public ReadOnly Property Properties As Collection(Of ConfigMgrCapabilityProperty)

Property Value

Type: System.Collections.ObjectModel.Collection<ConfigMgrCapabilityProperty>

See Also

ConfigMgrCapabilities Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top