FastInfoset.NET Class Reference for .NET
GuidFormat Property (XmlFastInfosetWriterProfile)






Gets and sets the format used to serialize guild values.
Syntax
'Declaration
 
Public Property GuidFormat As XmlFastInfosetFormat
'Usage
 
Dim instance As XmlFastInfosetWriterProfile
Dim value As XmlFastInfosetFormat
 
instance.GuidFormat = value
 
value = instance.GuidFormat
public XmlFastInfosetFormat GuidFormat {get; set;}
public read-write property GuidFormat: XmlFastInfosetFormat; 
public function get,set GuidFormat : XmlFastInfosetFormat
public: __property XmlFastInfosetFormat get_GuidFormat();
public: __property void set_GuidFormat( 
   XmlFastInfosetFormat value
);
public:
property XmlFastInfosetFormat GuidFormat {
   XmlFastInfosetFormat get();
   void set (    XmlFastInfosetFormat value);
}
Remarks

Values of this data type can be encoded using any of the following representations:

- Binary
- Literal
- LiteralNoIndex

When values are indexed, they are added to the Fast Infoset vocabulary in order to reduce redundancy and increase compactness. If there are few repeating values of the same data type then it might be preferable not to use indexing.

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

XmlFastInfosetWriterProfile Class
XmlFastInfosetWriterProfile Members

Send Feedback