WebPictureIsTaxonIdSpecified Property |
Property IsTaxonIdSpecified indicates if
property TaxonId has a value or not.
Not all pictures are related to taxon.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool IsTaxonIdSpecified { get; set; }
Public Property IsTaxonIdSpecified As Boolean
Get
Set
public:
property bool IsTaxonIdSpecified {
bool get ();
void set (bool value);
}
member IsTaxonIdSpecified : bool with get, set
Property Value
Type:
BooleanSee Also