WayBillResponseResult Property |
Contains true if the operation is success,otherwise false
Namespace: WarehouseServicesAssembly: WarehouseServices (in WarehouseServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Result { get; set; }
Public Property Result As Boolean
Get
Set
public:
property bool Result {
bool get ();
void set (bool value);
}
member Result : bool with get, set
Property Value
Type:
Boolean
See Also