ComponentInfoFileName Property
File name of the component.
-
For high level application component the value is an empty string.
-
For assembly the value is taken from Location.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public string FileName { get; set; }
Public Property FileName As String
Get
Set
public:
virtual property String^ FileName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FileName : string with get, set
override FileName : string with get, set
StringIComponentInfoFileName