Partilhar via


ProcedureConfiguration.ContainerQualifiedName Property

 

The qualified name of the procedure when used in OData urls. Qualification is required to distinguish the procedure from other possible single part identifiers.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public string ContainerQualifiedName { get; }
public:
property String^ ContainerQualifiedName {
    String^ get();
}
member ContainerQualifiedName : string with get
Public ReadOnly Property ContainerQualifiedName As String

Property Value

Type: System.String

See Also

ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top