WebGridCellCombinedStatisticsFeatureStatistics Property |
Contains information about features in grid cells.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebGridCellFeatureStatistics FeatureStatistics { get; set; }
Public Property FeatureStatistics As WebGridCellFeatureStatistics
Get
Set
public:
property WebGridCellFeatureStatistics^ FeatureStatistics {
WebGridCellFeatureStatistics^ get ();
void set (WebGridCellFeatureStatistics^ value);
}
member FeatureStatistics : WebGridCellFeatureStatistics with get, set
Property Value
Type:
WebGridCellFeatureStatisticsSee Also