Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the connection UI properties.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Property Site As IVsDataConnectionUIProperties
Get
Set
public IVsDataConnectionUIProperties Site { get; set; }
public:
virtual property IVsDataConnectionUIProperties^ Site {
IVsDataConnectionUIProperties^ get () sealed;
void set (IVsDataConnectionUIProperties^ value) sealed;
}
abstract Site : IVsDataConnectionUIProperties with get, set
override Site : IVsDataConnectionUIProperties with get, set
final function get Site () : IVsDataConnectionUIProperties
final function set Site (value : IVsDataConnectionUIProperties)
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties
The connection UI properties.
Implements
Remarks
This property's set accessor raises the SiteChanged event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.