InventoryInstance.Content Property

 

Gets or sets the content type. The default value is New.

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

Syntax

public string Content { get; set; }
public:
property String^ Content {
    String^ get();
    void set(String^ value);
}
Public Property Content As String

Property Value

Type: System.String

See Also

InventoryInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top