InventoryEvent.Data2 Property
Gets the Data 2 blob.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public string Data2 { get; protected set; }
public:
[StatusMessagePropertyAttribute]
property String^ Data2 {
String^ get();
protected: void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property Data2 As String
Get
Protected Set
End Property
Property Value
Type: System.String
See Also
InventoryEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top