DSPMetadata Properties
The DSPMetadata type exposes the following members.
Properties

  NameDescription
Public propertyContainerName
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.
Public propertyContainerNamespace
The namespace name for the container. This is used in the $metadata response.
Public propertyResourceSets
Returns all resource sets.
Public propertyServiceOperations
Returns all service operations.
Public propertyTypes
Returns all resource types.
Back to Top
See Also