Click or drag to resize
WebSpeciesObservationFieldMappingExtensionSetPropertyIdentifier Method
Set the PropertyIdentifier value, it is a unique identifier that can be used as 'column name' in Elastic Search.

Namespace: ArtDatabanken.WebService.Client.SpeciesObservationService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static void SetPropertyIdentifier(
	this WebSpeciesObservationFieldMapping webSpeciesObservationFieldMapping,
	string value
)

Parameters

webSpeciesObservationFieldMapping
Type: ArtDatabanken.WebService.DataWebSpeciesObservationFieldMapping
The object
value
Type: SystemString
The value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WebSpeciesObservationFieldMapping. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also