Sdílet prostřednictvím


IPublishFile.IsAssembly Property

Definition

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

Applies to