Share via


ProcedureConfiguration.ContainerQualifiedName Property

Gets 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

'Declaration
Public ReadOnly Property ContainerQualifiedName As String 
    Get
'Usage
Dim instance As ProcedureConfiguration 
Dim value As String 

value = instance.ContainerQualifiedName
public string ContainerQualifiedName { get; }
public:
property String^ ContainerQualifiedName {
    String^ get ();
}
member ContainerQualifiedName : string
function get ContainerQualifiedName () : String

Property Value

Type: System.String
The qualified name of the procedure when used in OData urls.

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace