IsCmdLineBuild Property

Returns true if we have a cmd line build.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property IsCmdLineBuild As Boolean
    Get
'Usage
Dim instance As DataPackage
Dim value As Boolean

value = instance.IsCmdLineBuild
public bool IsCmdLineBuild { get; }
public:
property bool IsCmdLineBuild {
    bool get ();
}
member IsCmdLineBuild : bool
function get IsCmdLineBuild () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

DataPackage Class

Microsoft.VisualStudio.Data.Tools.Package.UI Namespace