| OrganizationCredentialsSerialize Method | 
            Serializes an instance of the OrganizationCredentials class into a string.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string Serialize(
	OrganizationCredentials instance
)
Parameters
- instance
- Type: CMS.SalesForceOrganizationCredentials
 An instance of the OrganizationCredentials class.
Return Value
Type: 
StringA string representation of the specified instance.
 See Also
See Also