DSPResource SetValue Method
Sets 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 void SetValue(
	string propertyName,
	Object value
)
Remarks

Note that this method will define the property if it doesn't exist yet. If it does exist, it will overwrite its value.
See Also