ConvertWindowsAccountOptionsAccountId Property  | 
 
            Gets the account identifier.
            If this is specified, then this account will be converted into local account.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Guid AccountId { get; set; }Public Property AccountId As Guid
	Get
	Set
public:
property Guid AccountId {
	Guid get ();
	void set (Guid value);
}member AccountId : Guid with get, set
Property Value
Type: 
Guid
            The account identifier.
            
See Also