ProfileGetCredential Method  | 
 
            Get the credential from active test environment with Name
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic Credential GetCredential(
	string name
)
Public Function GetCredential ( 
	name As String
) As Credential
public:
Credential^ GetCredential(
	String^ name
)
member GetCredential : 
        name : string -> Credential 
Parameters
- name
 - Type: SystemString
Name of the credential 
Return Value
Type: 
CredentialA Credential object which contains user name and password. if the token is not found, a Null object will be returned.
See Also