'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Overloads Function GetName() As String
'Usage
Dim instance As DAPropertyId Dim value As String value = instance.GetName()
[JetBrains.Annotations.NotNull()] public string GetName()
[JetBrains.Annotations.NotNull()] public: String^ GetName();
Return Value
Returns the property name.
This method never returns null
(Nothing
in Visual Basic).