RestoreFailureDetailData Class

A key/value pair element corresponding to a KeyValuePairTKey, TValue.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsRestoreFailureDetailData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class RestoreFailureDetailData

The RestoreFailureDetailData type exposes the following members.

Constructors
 NameDescription
Public methodRestoreFailureDetailDataInitializes a new instance of the RestoreFailureDetailData class
Top
Properties
 NameDescription
Public propertyFriendlyFullName Gets or sets the full name of the file system entry.
Public propertyKey Gets or sets the key.
Public propertyValue Gets or sets the value.
Top
See Also