ActionPaletteItemAttributeActionPaletteItemTypeName Property |
Gets the name of the action palette item type.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic string ActionPaletteItemTypeName { get; }
Public ReadOnly Property ActionPaletteItemTypeName As String
Get
public:
property String^ ActionPaletteItemTypeName {
String^ get ();
}
member ActionPaletteItemTypeName : string with get
Property Value
Type:
StringThe name of the action palette item type.
See Also