| Visual Basic (Declaration) | |
|---|---|
Public Property MotorolaOrder As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool MotorolaOrder {get; set;} | |
Return Value
true to save the file using Motorola byte order, false to save the file using Intel byte order.Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code