ConfigMgrCapabilityProperty Constructor (String, Object)
Initializes a new instance of the ConfigMgrCapabilityProperty class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ConfigMgrCapabilityProperty(
string name,
object value
)
public:
ConfigMgrCapabilityProperty(
String^ name,
Object^ value
)
Public Sub New (
name As String,
value As Object
)
Parameters
name
Type: System.StringThe name of the capability property.
value
Type: System.ObjectThe value object.
See Also
ConfigMgrCapabilityProperty Overload
ConfigMgrCapabilityProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top