Interface IResolver
Basic interface for all the resolver types
Namespace: PnP.Framework.Provisioning.Providers.Xml
Assembly: PnP.Framework.dll
Syntax
public interface IResolver
Properties
Name
Provides the name of the Resolver
Declaration
String Name { get; }
Property Value
String
|