Interface IPnPCoreBuilder
Used to configure PnP Core SDK
Namespace: PnP.Core.Services.Builder
Assembly: PnP.Core.dll
Syntax
public interface IPnPCoreBuilder
Properties
Services
Collection of services for Dependecy Injection
Declaration
IServiceCollection Services { get; }
Property Value
IServiceCollection
|