ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IOptionalFields Interface / SegmentCount Property






In This Topic
    SegmentCount Property
    In This Topic
    Indicates whether the segment count field is used. The segment count field(identifying the total number of Structured Append symbols in the distributed file) can contain values from 1 to 99 999 and shall be encoded as two codewords.If the optional segment count field is used, that field shall appear in every segment. The default value for this property is true.
    Syntax
    'Declaration
     
    
    Property SegmentCount As System.Boolean
    'Usage
     
    
    Dim instance As IOptionalFields
    Dim value As System.Boolean
     
    instance.SegmentCount = value
     
    value = instance.SegmentCount
    System.bool SegmentCount {get; set;}
    read-write property SegmentCount: System.Boolean; 
    function get,set SegmentCount : System.boolean
    __property System.bool get_SegmentCount();
    __property void set_SegmentCount( 
       System.bool value
    );
    property System.bool SegmentCount {
       System.bool get();
       void set (    System.bool value);
    }
    See Also