Property クラス

定義

SharePoint ライブラリのアイテムのプロパティを表します。

public ref class Property
public class Property
type Property = class
Public Class Property
継承
Property

注釈

Property クラスは、SharePoint ライブラリ内にあるアイテムのカスタム プロパティや組み込みのプロパティを、取得または変更するために使用します。

Property オブジェクトは、GetProperties メソッドおよび GetSystemProperties メソッドから出力として返され、CreateDataSourceCreateResourceGetPropertiesGetSystemPropertiesSetProperties、および SetSystemProperties の各メソッドに入力として渡されます。

コンストラクター

Property()

Property クラスの新しいインスタンスを初期化します。

プロパティ

Name

プロパティの名前を取得または設定します。

Value

プロパティの値を取得または設定します。

適用対象