WindowsGroupAccount Constructor (String, String) | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic 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 -> WindowsGroupAccountParameters
- 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