PendingShipmentUserId Property | |
Get or Set UserId
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<Guid> UserId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<Guid> UserId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
function get_UserId();
function set_UserId(value);
Property Value
Type:
NullableGuidSee Also