ActionEntity.DisplayInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that contains the display information for the ActionEntity.
public:
property ActionEntityDisplayInfo ^ DisplayInfo { ActionEntityDisplayInfo ^ get(); };
ActionEntityDisplayInfo DisplayInfo();
public ActionEntityDisplayInfo DisplayInfo { get; }
var actionEntityDisplayInfo = actionEntity.displayInfo;
Public ReadOnly Property DisplayInfo As ActionEntityDisplayInfo
Property Value
An ActionEntityDisplayInfo containing the display information for the ActionEntity.