[This is preliminary documentation and is subject to change.]
Gets/sets filename for assembly, if null then assembly is created in-memory only
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$asm-file")]
public string AssemblyFileName { get; set; }
[ConfigAttribute("$asm-file")]
public string AssemblyFileName { get; set; }
<ConfigAttribute("$asm-file")>
Public Property AssemblyFileName As String
Get
Set
<ConfigAttribute("$asm-file")>
Public Property AssemblyFileName As String
Get
Set
public:
[ConfigAttribute(L"$asm-file")]
property String^ AssemblyFileName {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$asm-file")]
property String^ AssemblyFileName {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$asm-file")>]
member AssemblyFileName : string with get, set
[<ConfigAttribute("$asm-file")>]
member AssemblyFileName : string with get, set
Property Value
Type:
String