[This is preliminary documentation and is subject to change.]
the file name of the menu item. Valid if the menu item points to a file.
Namespace:
OfficeClip.BusinessLayer.OfficePortal.CorpMenuAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string FileName { get; set; } |
Visual Basic (Declaration) |
---|
Public Property FileName As String |
Visual C++ |
---|
public: property String^ FileName { String^ get (); void set (String^ value); } |