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