Propriété IEdmPropertyValue.Name
Obtient le nom de la propriété à laquelle cette valeur est associée.
Espace de noms : Microsoft.Data.Edm.Values
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property Name As String
Get
'Utilisation
Dim instance As IEdmPropertyValue
Dim value As String
value = instance.Name
string Name { get; }
property String^ Name {
String^ get ();
}
abstract Name : string
function get Name () : String
Valeur de propriété
Type : System.String