WindowsGroupAccount(String, String) Constructor

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 (26.2.0.1000)
Syntax
public WindowsGroupAccount(
	string windowsDomainName,
	string windowsGroupName
)

Parameters

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