ImplicitSequenceLength Property
Controls whether sequences are written out using Implicit or Explicit lengths for the sequence
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);
}
'Declaration
Public Property ImplicitSequenceLength As System.Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As System.Boolean
instance.ImplicitSequenceLength = value
value = instance.ImplicitSequenceLength
Target Platforms: .NET CLR 4.8 or higher