DSPMetadata ContainerName Property
Returns the name of the container. This value is used for example when a proxy is generated by VS through Add Service Reference. The main context class generated will have the ContainerName.

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string ContainerName { get; }

Property Value

Type: OnlineString

Implements

OnlineIDataServiceMetadataProvider ContainerName
See Also