Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic string FileName { get; }
Public ReadOnly Property FileName As String
Get
public:
virtual property String^ FileName {
String^ get () sealed;
}
Property Value
String
The
Module's file name.
Implements
IModuleFileName
Remarks
This is the module's file name.
See Also