EntityCopyOptionsDataCopyContextualData Property |
Gets or sets a value indicating whether contextual measure data is to be copied or not.
The default value for this property is .
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "copyContextualData", EmitDefaultValue = false)]
public bool CopyContextualData { get; set; }
<DataMemberAttribute(Name := "copyContextualData", EmitDefaultValue := false)>
Public Property CopyContextualData As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"copyContextualData", EmitDefaultValue = false)]
property bool CopyContextualData {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "copyContextualData", EmitDefaultValue = false)>]
member CopyContextualData : bool with get, set
Property Value
Type:
BooleanSee Also