Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerForPnP/Interfaces/IWeb.cs
T
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

6 lines
188 B
C#

namespace ProxyInterfaceConsumerForPnP.Interfaces
{
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.SharePoint.Client.Web))]
public partial interface IWeb : ISecurableObject { }
}