Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IBaseProperty.DisplayName Property

Gets or sets the property display name.

string DisplayName {get; set;}

Property Value

A string describing the property display name. The display name is what will be displayed in the Content Explorer for this property. The display name will be the same as the property name if it is not explicitly set. The display name cannot be null or longer than 255 characters. The new value will not be persisted until this property is added to a Data Entry Template and IDataEntryTemplate.Store is called on that Data Entry Template.

See Also

IBaseProperty Interface | Plumtree.Remote.PRC.Content.Property Namespace