ProcedureConfiguration.FullName Property
Gets the FullName that is the ContainerQualifiedName.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public ReadOnly Property FullName As String
Get
'Usage
Dim instance As ProcedureConfiguration
Dim value As String
value = instance.FullName
public string FullName { get; }
public:
property String^ FullName {
String^ get ();
}
member FullName : string
function get FullName () : String
Property Value
Type: System.String
The FullName that is the ContainerQualifiedName.