Share via


Project.BinaryManager Property

 

Gets the BinaryManager for this Project.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public BinaryManager BinaryManager { get; }
public:
property BinaryManager^ BinaryManager {
    BinaryManager^ get();
}
member BinaryManager : BinaryManager with get
Public ReadOnly Property BinaryManager As BinaryManager

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.BinaryManager

The BinaryManager for this Project.

See Also

Project Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top