PaymentTermAdapterRegistrationId Property | |
Gets and sets AdapterRegistrationId
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> AdapterRegistrationId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<int> AdapterRegistrationId {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get_AdapterRegistrationId();
function set_AdapterRegistrationId(value);
Property Value
Type:
NullableInt32See Also