| Visual Basic (Declaration) | |
|---|---|
Public Property Profile As XmlFastInfosetWriterProfile | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim value As XmlFastInfosetWriterProfile instance.Profile = value value = instance.Profile | |
| C# | |
|---|---|
public XmlFastInfosetWriterProfile Profile {get; set;} | |
| Delphi | |
|---|---|
public read-write property Profile: XmlFastInfosetWriterProfile; | |
| JScript | |
|---|---|
public function get,set Profile : XmlFastInfosetWriterProfile | |
| Managed Extensions for C++ | |
|---|---|
public: __property XmlFastInfosetWriterProfile* get_Profile(); public: __property void set_Profile( XmlFastInfosetWriterProfile* value ); | |
| C++/CLI | |
|---|---|
public: property XmlFastInfosetWriterProfile^ Profile { XmlFastInfosetWriterProfile^ get(); void set ( XmlFastInfosetWriterProfile^ value); } | |