Gets the value of the specified Smart Property.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
Object GetSmartPropertyValue(
	string propertyName
)
Visual Basic
Function GetSmartPropertyValue ( _
	propertyName As String _
) As Object
JScript
function GetSmartPropertyValue(
	propertyName : String
) : Object

Parameters

propertyName
Type: System..::..String
The name of the Smart Property to get.

Return Value

The value of the Smart Property, or UnsetValue if the SmartProperty does not exist.

See Also