WindowsGroupAccount Constructor (String, String) |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public WindowsGroupAccount(
string windowsDomainName,
string windowsGroupName
)
Public Sub New (
windowsDomainName As String,
windowsGroupName As String
)
public:
WindowsGroupAccount(
String^ windowsDomainName,
String^ windowsGroupName
)
new :
windowsDomainName : string *
windowsGroupName : string -> WindowsGroupAccount
Parameters
- windowsDomainName
- Type: SystemString
Name of the Windows domain to which the group belongs. - windowsGroupName
- Type: SystemString
Name of the Windows group.
Exceptions Exception | Condition |
---|
ArgumentException | windowsDomainName or windowsGroupName is , empty, or contains a backslash character.
|
See Also