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