IsApplicationScopedOnly Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property IsApplicationScopedOnly As Boolean
    Get
    Set
'Usage
Dim instance As ImportOptionsControl
Dim value As Boolean

value = instance.IsApplicationScopedOnly

instance.IsApplicationScopedOnly = value
public bool IsApplicationScopedOnly { get; set; }
public:
property bool IsApplicationScopedOnly {
    bool get ();
    void set (bool value);
}
member IsApplicationScopedOnly : bool with get, set
function get IsApplicationScopedOnly () : boolean
function set IsApplicationScopedOnly (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

ImportOptionsControl Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs Namespace