ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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 Boolean
    bool SegmentCount {get; set;}
    See Also