Share via


IEdmTypeConfiguration.FullName Property

The full name (including namespace) of the EdmType.

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

Syntax

'Declaration
ReadOnly Property FullName As String 
    Get
'Usage
Dim instance As IEdmTypeConfiguration 
Dim value As String 

value = instance.FullName
string FullName { get; }
property String^ FullName {
    String^ get ();
}
abstract FullName : string
function get FullName () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

IEdmTypeConfiguration Interface

System.Web.Http.OData.Builder Namespace