Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > StatisticsInformationRequest Class : End Property |
[DataMemberAttribute(Name="End", IsRequired=true)] public int End {get; set;}
'Declaration <DataMemberAttribute(Name="End", IsRequired=True)> Public Property End As Integer
'Usage Dim instance As StatisticsInformationRequest Dim value As Integer instance.End = value value = instance.End
[DataMemberAttribute(Name="End", IsRequired=true)] public: property int End { int get(); void set ( int value); }