Noemax FastInfoset.NET
Profile Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : Profile Property






XmlFastInfosetWriterProfile that defines the way how primitive data-type are going to be serialized.

Syntax

Visual Basic (Declaration) 
Public Property Profile As XmlFastInfosetWriterProfile
Visual Basic (Usage)Copy Code
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);
}

See Also