Interface IChangeWeb Indicates a change to a IWeb object. Inherited Members IChange.ChangeToken IChange.ChangeType IChange.SiteId IChange.Time IChange.IsPropertyAvailable<TModel>(Expression<Func<TModel, Object>>) Namespace: PnP.Core.Model.SharePoint Assembly: PnP.Core.dll Syntax public interface IChangeWeb : IChange Properties WebId Gets a value that identifies the changed web. Declaration Guid WebId { get; } Property Value Guid See Also IChange