LocalName Property

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

Gets the name of the item within the namespace.

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

Syntax

'Declaration
Public ReadOnly Property LocalName As String
    Get
'Usage
Dim instance As EdmTermName
Dim value As String

value = instance.LocalName
public string LocalName { get; }
public:
property String^ LocalName {
    String^ get ();
}
member LocalName : string
function get LocalName () : String

Property Value

Type: System..::..String
The name of the item within the namespace.

See Also

Reference

EdmTermName Class

Microsoft.Data.Edm.Library Namespace