Assistant.FileName Property
Returns or sets the path and file name for the active Office Assistant.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property FileName As String
Get
Set
'Usage
Dim instance As Assistant
Dim value As String
value = instance.FileName
instance.FileName = value
string FileName { get; set; }
Property Value
Type: System.String