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