LogOnCredential Constructor |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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 -> LogOnCredential
Parameters
- id
- Type: SystemGuid
The ID of the credential. - value
- Type: SystemString
The value of the credential.
Remarks See Also