DSPResource GetValue Method
Returns a value of the specified property.

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Object GetValue(
	string propertyName
)

Parameters

propertyName
Type: OnlineSystem String
The name of the property to return.

Return Value

Type: OnlineObject
The value of the specified property or null if there's no such property defined yet.
See Also