StructuralTypeConfiguration.FullName Property
Gets the full name of this EDM type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FullName As String
Get
'Usage
Dim instance As StructuralTypeConfiguration
Dim value As String
value = instance.FullName
public virtual string FullName { get; }
public:
virtual property String^ FullName {
String^ get ();
}
abstract FullName : string
override FullName : string
function get FullName () : String
Property Value
Type: System.String
Implements
IEdmTypeConfiguration.FullName