ComponentInfoTitle Property
International (English) title of the component.
-
For high level application component the value is predefined.
-
For assembly the value is taken from AssemblyTitleAttribute.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public string Title { get; set; }
Public Property Title As String
Get
Set
public:
virtual property String^ Title {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Title : string with get, set
override Title : string with get, set
StringIComponentInfoTitle