| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Abc As CodecsAbcOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CodecsAbcOptions Abc {get;} | |
| C++/CLI | |
|---|---|
public: property CodecsAbcOptions^ Abc { CodecsAbcOptions^ get(); } | |
Return Value
The ABC load and save options.For an example, refer to CodecsAbcOptions
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code