DataSiteableObject<T>.Site Property
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
public T Site { get; set; }
public:
virtual property T Site {
T get () sealed;
void set (T value) sealed;
}
abstract Site : 'T with get, set
override Site : 'T with get, set
final function get Site () : T
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.