DSPResourceQueryProvider GetPropertyValue Method
Gets a value of a declared property for a resource.

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 GetPropertyValue(
	Object target,
	ResourceProperty resourceProperty
)

Return Value

Type: OnlineObject
The value of the property.

Implements

OnlineIDataServiceQueryProvider GetPropertyValue(Object, ResourceProperty)
Remarks

The returned value's type should match the type declared in the resource's resource type.
See Also