LibraryItemMetadataSettingsTryGetProperty Method TIBCO Spotfire 7.6 API Reference
Tries to get the custom property previously set by the SetProperty method. Returns true and assigns the property parameter if the keywords have previously been set.

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public bool TryGetProperty(
	string propertyName,
	out LibraryItemProperty property
)

Parameters

propertyName
Type: SystemString
The name of the custom property to get.
property
Type: Spotfire.Dxp.Framework.LibraryLibraryItemProperty
Will be assigned with the previously set custom property or null.

Return Value

Type: Boolean
true if the custom property has previously been set.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference