LocalName Property

Gets the local name of this element.

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

Syntax

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

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

Property Value

Type: System..::..String
The local name of this element.

See Also

Reference

IEdmDirectValueAnnotationBinding Interface

Microsoft.Data.Edm.Annotations Namespace