BasicModuleAssemblyName Property |
Name of the assembly from where the module is loaded.
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual string AssemblyName { get; set; }
Public Overridable Property AssemblyName As String
Get
Set
public:
virtual property String^ AssemblyName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringImplements
IModuleAssemblyName
See Also