LogOnCredential Constructor  | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic LogOnCredential(
	Guid id,
	string value
)
Public Sub New ( 
	id As Guid,
	value As String
)
public:
LogOnCredential(
	Guid id, 
	String^ value
)
new : 
        id : Guid * 
        value : string -> LogOnCredentialParameters
- id
 - Type: SystemGuid
The ID of the credential. - value
 - Type: SystemString
The value of the credential. 
Remarks
See Also