UndoCheckOutFailureDetailData Class |
A key/value pair element corresponding to a IReadOnlyDictionary<TKey, TValue>.
Inheritance HierarchySystem.Object
Dundas.BI.WebApi.Models.UndoCheckOutFailureDetailData
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax[DataContractAttribute]
public class UndoCheckOutFailureDetailData
<DataContractAttribute>
Public Class UndoCheckOutFailureDetailData
[DataContractAttribute]
public ref class UndoCheckOutFailureDetailData
[<DataContractAttribute>]
type UndoCheckOutFailureDetailData = class end
The UndoCheckOutFailureDetailData type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Key |
Gets or sets the key.
|
 | Value |
Gets or sets the value.
|
Top
See Also