Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the metering data. The default value is a random GUID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public Guid DataId { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property Guid DataId {
Guid get();
void set(Guid value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property DataId As Guid
Property Value
Type: System.Guid
See Also
HistoricalMeterData Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top