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)
<br/>get_MotorolaOrder();<br/>set_MotorolaOrder(value);<br/>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.