ImplicitSequenceLength Property
In This Topic
Controls whether sequences are written out using Implicit or Explicit lengths for the sequence
Syntax
'Declaration
Public Property ImplicitSequenceLength As System.Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As System.Boolean
instance.ImplicitSequenceLength = value
value = instance.ImplicitSequenceLength
public System.bool ImplicitSequenceLength {get; set;}
public read-write property ImplicitSequenceLength: System.Boolean;
public function get,set ImplicitSequenceLength : System.boolean
public: __property System.bool get_ImplicitSequenceLength();
public: __property void set_ImplicitSequenceLength(
System.bool value
);
public:
property System.bool ImplicitSequenceLength {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also