| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Load As CodecsTxtLoadOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsTxtOptions Dim value As CodecsTxtLoadOptions value = instance.Load | |
| C# | |
|---|---|
public CodecsTxtLoadOptions Load {get;} | |
| C++/CLI | |
|---|---|
public: property CodecsTxtLoadOptions^ Load { CodecsTxtLoadOptions^ get(); } | |
Property Value
The TEXT load options.For an example, refer to CodecsTxtOptions.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code