ContextualRecordDataData Property |
Gets or sets the contextual value metadata.
Namespace:
Dundas.BI.Data.DataInput.DataObjects
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false)]
public string Data { get; set; }<DataMemberAttribute(EmitDefaultValue := false)>
Public Property Data As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Data {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(EmitDefaultValue = false)>]
member Data : string with get, set
Property Value
Type:
String
See Also