Noemax FastInfoset.NET
DotNet Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriterProfile Class : DotNet Property






This profile is obsolete. If selected, the Basic profile will be used instead.

Syntax

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

See Also