Leadtools.Services.ImageProcessing.DataContracts Namespace > StatisticsInformationRequest Class : Channel Property |
[DataMemberAttribute(Name="Channel", IsRequired=true)] public RasterColorChannel Channel {get; set;}
'Declaration <DataMemberAttribute(Name="Channel", IsRequired=True)> Public Property Channel As RasterColorChannel
'Usage Dim instance As StatisticsInformationRequest Dim value As RasterColorChannel instance.Channel = value value = instance.Channel
[DataMemberAttribute(Name="Channel", IsRequired=true)] public: property RasterColorChannel Channel { RasterColorChannel get(); void set ( RasterColorChannel value); }