BaseDataProvider<T>.Service Property

Definition

The service instance to which this provider is providing data.

protected:
 property T Service { T get(); void set(T value); };
protected T Service { get; set; }
member this.Service : 'T with get, set
Protected Property Service As T

Property Value

T

Applies to