OrganizationCredentialsSerialize Method |
Serializes an instance of the OrganizationCredentials class into a string.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax public 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