IVsDataSiteableObject<T>.Site Property
Gets or sets the site.
Namespace: Microsoft.VisualStudio.Data.Core
Assembly: Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)
Syntax
'Declaration
Property Site As T
'Usage
Dim instance As IVsDataSiteableObject
Dim value As T
value = instance.Site
instance.Site = value
T Site { get; set; }
property T Site {
T get ();
void set (T value);
}
function get Site () : T
function set Site (value : T)
Property Value
Type: T
The site object.
.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.
See Also
Reference
IVsDataSiteableObject<T> Interface