'Declaration
<NotNullAttribute()> Public Overloads Shared Function GetName( _ ByVal propertyId As DAPropertyIds _ ) As String
'Usage
Dim propertyId As DAPropertyIds Dim value As String value = DAPropertyId.GetName(propertyId)
[NotNull()] public static string GetName( DAPropertyIds propertyId )
[NotNull()] public: static String^ GetName( DAPropertyIds propertyId )
Parameters
- propertyId
- A numerical Id of the property whose name should be determined.
Return Value
Returns a string identifier of the property, for pre-defined properties. An empty string is returned if the property is not known.