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