Share via


ApplicationScopedOnly Property

Gets or sets whether only application scoped objects are allowed to import

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

Syntax

'Declaration
Public Property ApplicationScopedOnly As Boolean
    Get
    Friend Set
'Usage
Dim instance As OAImportDatabase
Dim value As Boolean

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

Property Value

Type: System..::..Boolean

See Also

Reference

OAImportDatabase Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace