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.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top