BuyerIdentity Constructor |
Initializes a new instance of the BuyerIdentity class with the specified identifiers.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public BuyerIdentity(
string userIdentifier,
string organizationIdentifier
)
Parameters
- userIdentifier
- Type: SystemString
The user identifier. - organizationIdentifier
- Type: SystemString
The user organization identifier.
See Also