LogOnCredentialData Class

Class used for log on credential transfer to LogOnCredential.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogOnCredentialData

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

The LogOnCredentialData type exposes the following members.

Constructors
  NameDescription
Public methodLogOnCredentialData
Initializes a new instance of the LogOnCredentialData class
Top
Properties
  NameDescription
Public propertyId
Gets the ID associated with the type of credential.
Public propertyValue
Gets the value of the credential.
Top
See Also