ConvertWindowsAccountOptionsData Class

The options class used for converting Windows account to local account.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsConvertWindowsAccountOptionsData

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

The ConvertWindowsAccountOptionsData type exposes the following members.

Constructors
  NameDescription
Public methodConvertWindowsAccountOptionsData
Initializes a new instance of the ConvertWindowsAccountOptionsData class
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets the account identifier. If this is specified, then this account will be converted into local account.
Public propertyPassword
Gets or sets the password. If not specified, a random password will be generated.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between ConvertWindowsAccountOptionsData and ConvertWindowsAccountOptions.
Top
See Also