InventoryEvent.Data1 Property

 

Gets the Data 1 blob.

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

Syntax

[StatusMessagePropertyAttribute]
public string Data1 { get; protected set; }
public:
[StatusMessagePropertyAttribute]
property String^ Data1 {
    String^ get();
    protected: void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property Data1 As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

See Also

InventoryEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top