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