Adds a complex 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.
- complexType
- Type:
System.Data.Services.Providers ResourceType
Complex type to use for the property.
See Also