ContextDataSource.ContextTypeName プロパティ
定義
データの取得元のプロパティを格納するオブジェクトの名前を取得または設定します。Gets or sets the name of the object that contains the property to retrieve data from.
public:
virtual property System::String ^ ContextTypeName { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContextTypeName { get; set; }
member this.ContextTypeName : string with get, set
Public Overridable Property ContextTypeName As String
プロパティ値
データの取得元のプロパティを格納するオブジェクトの名前。The name of the object that contains the property to retrieve data from.