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