CollectionTypeConfiguration.FullName Property
Gets the full name (including namespace) of this collection type.
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 CollectionTypeConfiguration
Dim value As String
value = instance.FullName
public string FullName { get; }
public:
virtual property String^ FullName {
String^ get () sealed;
}
abstract FullName : string
override FullName : string
final function get FullName () : String
Property Value
Type: System.String
Returns String.
Implements
IEdmTypeConfiguration.FullName