69fa995982
* . * . * pnp * ok * compiles * ? * e * set * .ToArray() * n * ... * ok * pnp * . * . * mapster
7 lines
181 B
C#
7 lines
181 B
C#
namespace ProxyInterfaceConsumer.PnP
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.SharePoint.Client.Web))]
|
|
public partial interface IWeb: ISecurableObject
|
|
{
|
|
}
|
|
} |