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