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 object site.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Property Site As T
'Usage
Dim instance As DataSiteableObject
Dim value As T
value = instance.Site
instance.Site = value
public T Site { get; set; }
public:
virtual property T Site {
T get () sealed;
void set (T value) sealed;
}
public final function get Site () : T
public final function set Site (value : T)
Property Value
Type: T
Returns an object instance of the site.
Implements
.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.