DocumentTask.Site Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.