CheckOutFailureDetailDataValue Property |
Gets or sets the value.
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 = "value")]
public CheckOutFailureReason Value { get; set; }
<DataMemberAttribute(Name := "value")>
Public Property Value As CheckOutFailureReason
Get
Set
public:
[DataMemberAttribute(Name = L"value")]
property CheckOutFailureReason Value {
CheckOutFailureReason get ();
void set (CheckOutFailureReason value);
}
[<DataMemberAttribute(Name = "value")>]
member Value : CheckOutFailureReason with get, set
Property Value
Type:
CheckOutFailureReason
The value.
See Also