Click or drag to resize
WebSpeciesObservationFieldMappingExtensionGetProjectName Method
Get the ProjectName value, it is the name of the related project, used for columns of a ProjectParameter type.

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 string GetProjectName(
	this WebSpeciesObservationFieldMapping webSpeciesObservationFieldMapping
)

Parameters

webSpeciesObservationFieldMapping
Type: ArtDatabanken.WebService.DataWebSpeciesObservationFieldMapping
The object

Return Value

Type: String
The ProjectName value, if none found an empty string is returned

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