TransactionDataLicenseId Property | |
Gets or sets LicenseId.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute]
public string LicenseId { get; set; }
public:
[DataMemberAttribute]
property String^ LicenseId {
String^ get ();
void set (String^ value);
}
function get_LicenseId();
function set_LicenseId(value);
Property Value
Type:
StringSee Also