NamespaceUri Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Property NamespaceUri As String
    Get
    Set
'Usage
Dim instance As EdmEntityType
Dim value As String

value = instance.NamespaceUri

instance.NamespaceUri = value
public string NamespaceUri { get; set; }
public:
virtual property String^ NamespaceUri {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract NamespaceUri : string with get, set
override NamespaceUri : string with get, set
final function get NamespaceUri () : String
final function set NamespaceUri (value : String)

Property Value

Type: System..::..String

Implements

IEdmTerm..::..NamespaceUri

See Also

Reference

EdmEntityType Class

Microsoft.Data.Edm.Library Namespace