Property Class

Definition

Represents the properties of an item in a SharePoint library.

public ref class Property
public class Property
type Property = class
Public Class Property
Inheritance
Property

Remarks

Use the Property class to retrieve or modify both custom and built-in properties of an item in a SharePoint library.

A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateResource, GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.

Constructors

Property()

Initializes a new instance of the Property class.

Properties

Name

Gets or sets the name of the property.

Value

Gets or sets the value of the property.

Applies to