| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Literal As XmlFastInfosetWriterProfile | |
| Visual Basic (Usage) | |
|---|---|
Dim value As XmlFastInfosetWriterProfile value = XmlFastInfosetWriterProfile.Literal | |
| C# | |
|---|---|
public static XmlFastInfosetWriterProfile Literal {get;} | |
| Delphi | |
|---|---|
public read-only property Literal: XmlFastInfosetWriterProfile; static; | |
| JScript | |
|---|---|
public static function get Literal : XmlFastInfosetWriterProfile | |
| Managed Extensions for C++ | |
|---|---|
public: __property static XmlFastInfosetWriterProfile* get_Literal(); | |
| C++/CLI | |
|---|---|
public: static property XmlFastInfosetWriterProfile^ Literal { XmlFastInfosetWriterProfile^ get(); } | |