Share via


ProcedureConfiguration.FullyQualifiedName Property

Gets the FullyQualifiedName is the ContainerQualifiedName further qualified using the Namespace. Typically this is not required, because most services have at most one container with the same name.

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

Syntax

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

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

Property Value

Type: System.String
The FullyQualifiedName that is the ContainerQualifiedName

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace