DocumentTask.Site Property

Definition

Gets the service provider.

public:
 property IServiceProvider ^ Site { IServiceProvider ^ get(); };
public IServiceProvider Site { get; }
member this.Site : IServiceProvider
Public ReadOnly Property Site As IServiceProvider

Property Value

The IServiceProvider object that was passed to the DocumentTask class constructor.

Applies to