WindowsGroupAccount Constructor (String, String)

Initializes a new instance of the WindowsGroupAccount class.

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
)

Parameters

windowsDomainName
Type: SystemString
Name of the Windows domain to which the group belongs.
windowsGroupName
Type: SystemString
Name of the Windows group.
Exceptions
ExceptionCondition
ArgumentExceptionwindowsDomainName or windowsGroupName is , empty, or contains a backslash character.
See Also