public bool MotorolaOrder {get; set;}
'Declaration
Public Property MotorolaOrder As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.MotorolaOrder = value
value = instance.MotorolaOrder
public bool MotorolaOrder {get; set;}
@property (nonatomic, assign) BOOL motorolaOrder;
public boolean getMotorolaOrder()
public void setMotorolaOrder(boolean value)
get_MotorolaOrder();
set_MotorolaOrder(value);
Object.defineProperty('MotorolaOrder');
public:
property bool MotorolaOrder {
bool get();
void set ( bool value);
}
Property Value
true to save the file using Motorola byte order, false to save the file using Intel byte order.