HealthCheckMessageDataMessageAttributes Property |
Gets the message attributes.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "messageAttributes", EmitDefaultValue = true)]
public HealthCheckMessageAttributes MessageAttributes { get; set; }
<DataMemberAttribute(Name := "messageAttributes", EmitDefaultValue := true)>
Public Property MessageAttributes As HealthCheckMessageAttributes
Get
Set
public:
[DataMemberAttribute(Name = L"messageAttributes", EmitDefaultValue = true)]
property HealthCheckMessageAttributes MessageAttributes {
HealthCheckMessageAttributes get ();
void set (HealthCheckMessageAttributes value);
}
[<DataMemberAttribute(Name = "messageAttributes", EmitDefaultValue = true)>]
member MessageAttributes : HealthCheckMessageAttributes with get, set
Property Value
Type:
HealthCheckMessageAttributesSee Also