InventoryAction.Description Property
Gets or sets the description of the inventory action.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
Public Property Description As String
Property Value
Type: System.String
See Also
InventoryAction Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top