Gets and sets the maximum length of the node content in bytes.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MaxNodeContentLength As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As XmlFastInfosetReader
Dim value As Integer
instance.MaxNodeContentLength = value
value = instance.MaxNodeContentLength |
| C# | |
|---|
public int MaxNodeContentLength {get; set;} |
| Delphi | |
|---|
public read-write property MaxNodeContentLength: Integer; |
| JScript | |
|---|
public function get,set MaxNodeContentLength : int |
| Managed Extensions for C++ | |
|---|
public: __property int get_MaxNodeContentLength();
public: __property void set_MaxNodeContentLength(
int value
); |
| C++/CLI | |
|---|
public:
property int MaxNodeContentLength {
int get();
void set ( int value);
} |
Remarks
See Also