Click or drag to resize

ISPObject Interface

Represents a SharePoint object that implements an indexer operator for accessing properties.

Namespace:  Colygon.MatchPoint.Core.DataAdapters
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public interface ISPObject

The ISPObject type exposes the following members.

Properties
  NameDescription
Public propertyItem
The indexer to access properties.
Public propertyWeb
The parent web of the SharePoint object.
Top
See Also