DSPResourceQueryProvider GetOpenPropertyValue Method
Gets a value of open property for the specified 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 GetOpenPropertyValue(
	Object target,
	string propertyName
)

Parameters

target
Type: OnlineSystem Object
The target resource to get a value of property from.
propertyName
Type: OnlineSystem String
The name of the property to get.

Return Value

Type: OnlineObject
Value of the property (can be null).

Implements

OnlineIDataServiceQueryProvider GetOpenPropertyValue(Object, String)
Remarks

The method will only be called for properties which are not declared on the resource's resource type. Properties can have null values. The type of the property is determined from the returned object, only primitive types are supported for now.
See Also