次の方法で共有


Property クラス

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

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
<SerializableAttribute> _
Public Class Property
'使用
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property =  class end
public class Property

説明

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

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

継承階層

System. . :: . .Object
  ReportService2006..::..Property

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。