AdministrableProperty.PropertyName Property
Gets the name of the property in metadata.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyName As String
Get
'Usage
Dim instance As AdministrableProperty
Dim value As String
value = instance.PropertyName
public string PropertyName { get; }
Property Value
Type: System.String
The name of the property in metadata.