FastInfoset.NET Class Reference for .NET
WriterProfile Property (FastInfosetSettingsElement)






XmlFastInfosetWriterProfile that defines the way how primitive data-type are going to be serialized.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="writerProfile", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property WriterProfile As FastInfosetWriterProfile
'Usage
 
Dim instance As FastInfosetSettingsElement
Dim value As FastInfosetWriterProfile
 
instance.WriterProfile = value
 
value = instance.WriterProfile
[System.Configuration.ConfigurationProperty(Name="writerProfile", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public FastInfosetWriterProfile WriterProfile {get; set;}
public read-write property WriterProfile: FastInfosetWriterProfile; 
System.Configuration.ConfigurationPropertyAttribute(Name="writerProfile", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set WriterProfile : FastInfosetWriterProfile
[System.Configuration.ConfigurationProperty(Name="writerProfile", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property FastInfosetWriterProfile get_WriterProfile();
public: __property void set_WriterProfile( 
   FastInfosetWriterProfile value
);
[System.Configuration.ConfigurationProperty(Name="writerProfile", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property FastInfosetWriterProfile WriterProfile {
   FastInfosetWriterProfile get();
   void set (    FastInfosetWriterProfile 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

FastInfosetSettingsElement Class
FastInfosetSettingsElement Members

Send Feedback