Label Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the label.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property Label As String
Get
Set
'Usage
Dim instance As EdmLabeledElement
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
public:
virtual property String^ Label {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Label : string with get, set
override Label : string with get, set
final function get Label () : String
final function set Label (value : String)
Property Value
Type: System..::..String