ProcedureConfiguration.FullyQualifiedName Property

 

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.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top