ExternalUserAccountIsVirtual Property  | 
 Gets a value indicating whether the account is virtual.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual bool IsVirtual { get; }Public Overridable ReadOnly Property IsVirtual As Boolean
	Get
public:
virtual property bool IsVirtual {
	bool get ();
}abstract IsVirtual : bool with get
override IsVirtual : bool with get
Property Value
Type: 
Boolean if the account is virtual; otherwise, 
.
            
See Also