 | ICancellationsGetQuoteDetailsResponseTypeOperationTypeID Property |
OperationTypeID is required in order to upload documents. If it is null, the user will have to supply an OperationTypeID.
Namespace:
IAS
Assembly:
Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> OperationTypeID { get; set; }
Public Property OperationTypeID As Nullable(Of Integer)
Get
Set
function get OperationTypeID () : Nullable<int>
function set OperationTypeID (value : Nullable<int>)
function get_OperationTypeID();
function set_OperationTypeID(value);
Property Value
Type:
NullableInt32
See Also