ContextDataSource.ContextTypeName 属性

定义

获取或设置对象的名称,该对象包含要从其检索数据的属性。

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

属性值

String

对象的名称,该对象包含要从其检索数据的属性。

适用于