FastInfoset.NET Class Reference for .NET
Profile Property (XmlFastInfosetWriter)






XmlFastInfosetWriterProfile that defines the way how primitive data-type are going to be serialized.
Syntax
'Declaration
 
Public Property Profile As XmlFastInfosetWriterProfile
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim value As XmlFastInfosetWriterProfile
 
instance.Profile = value
 
value = instance.Profile
public XmlFastInfosetWriterProfile Profile {get; set;}
public read-write property Profile: XmlFastInfosetWriterProfile; 
public function get,set Profile : XmlFastInfosetWriterProfile
public: __property XmlFastInfosetWriterProfile* get_Profile();
public: __property void set_Profile( 
   XmlFastInfosetWriterProfile* value
);
public:
property XmlFastInfosetWriterProfile^ Profile {
   XmlFastInfosetWriterProfile^ get();
   void set (    XmlFastInfosetWriterProfile^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members

Send Feedback