ActionBuilderAttributeBuilderTypeName Property |
Gets the name of the builder type associated with the builder attribute.
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 BuilderTypeName { get; }
Public ReadOnly Property BuilderTypeName As String
Get
public:
property String^ BuilderTypeName {
String^ get ();
}
member BuilderTypeName : string with get
Property Value
Type:
StringThe name of the builder type associated with the builder attribute.
See Also