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