DataSiteableObject<T>.Site Property

Definition

Gets or sets the object 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

Returns an object instance of the site.

Implements

Applies to