IVsDataSiteableObject<T>.Site Property

Definition

Gets or sets the site.

public:
 property T Site { T get(); void set(T value); };
public T Site { get; set; }
member this.Site : 'T with get, set
Public Property Site As T

Property Value

T

The site object.

Applies to