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
public virtual string FullName { get; }
public:
property String^ FullName {
virtual String^ get();
}
abstract FullName : string with get
override FullName : string with get
Public Overridable ReadOnly Property FullName As String
Property Value
Type: System.String
Implements
IEdmTypeConfiguration.FullName
See Also
StructuralTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top