ConvertWindowsAccountOptions Class

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

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ConvertWindowsAccountOptions

The ConvertWindowsAccountOptions type exposes the following members.

Constructors
 NameDescription
Public methodConvertWindowsAccountOptions Initializes a new instance of the ConvertWindowsAccountOptions class.
Top
Properties
 NameDescription
Public propertyAccountId Gets 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
See Also