Gets or sets the display name for the
ICatalogEntity to which this
CatalogElement belongs.
public string EntityDisplayName {get; set;}
'Declaration
Public Property EntityDisplayName As String
'Usage
Dim instance As CatalogElement
Dim value As String
instance.EntityDisplayName = value
value = instance.EntityDisplayName
public:
property String^ EntityDisplayName {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String representing the display name for the
ICatalogEntity to which this
CatalogElement belongs.