ContextDataSource.ContextTypeName Property

Definition

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

Property Value

The name of the object that contains the property to retrieve data from.

Applies to