IPublishFile.IsAssembly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not the interface's file is an assembly.
public:
property bool IsAssembly { bool get(); };
public:
property bool IsAssembly { bool get(); };
[System.Runtime.InteropServices.DispId(2)]
public bool IsAssembly { get; }
[<System.Runtime.InteropServices.DispId(2)>]
member this.IsAssembly : bool
Public ReadOnly Property IsAssembly As Boolean
Property Value
true
if the file is an assembly, otherwise false
.
- Attributes