AccountTypeExtensionsIsWindows Method |
Determines whether the specified account type is a Windows account type.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static bool IsWindows(
this AccountType accountType
)
<ExtensionAttribute>
Public Shared Function IsWindows (
accountType As AccountType
) As Boolean
public:
[ExtensionAttribute]
static bool IsWindows(
AccountType accountType
)
[<ExtensionAttribute>]
static member IsWindows :
accountType : AccountType -> bool
Parameters
- accountType
- Type: Dundas.BI.AccountServicesAccountType
The account type to check.
Return Value
Type:
Boolean if the specified account type is a Windows account type; otherwise,
.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
AccountType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also