StdfMetadataCollectionTryGetProperty Method (String, StdfMetadataProperty)

Spotfire 15.0 API Reference
Looks up a metadata property by name.

Namespace:  Spotfire.Dxp.Data.Formats.Stdf
Assembly:  Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool TryGetProperty(
	string name,
	out StdfMetadataProperty property
)

Parameters

name
Type: SystemString
The name of the property.
property
Type: Spotfire.Dxp.Data.Formats.StdfStdfMetadataProperty
The metadata property.

Return Value

Type: Boolean
True if the name was found; otherwise, false.
Version Information


See Also

Reference