Adds a primitive property to the specified resourceType.
Namespace: HotDocs.Sdk.DataServicesAssembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- resourceType
- Type:
System.Data.Services.Providers ResourceType
The resource type to add the property to.
- name
- Type:
System String
The name of the property to add.
- propertyType
- Type:
System Type
The CLR type of the property to add. This can be only a primitive type.
See Also