FlattenMappingsInfoDataIsValid Property |
Gets a flag indicating if the current mappings are valid from the point of view of allowed record selector mappings.
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 = "isValid")]
public bool IsValid { get; set; }
<DataMemberAttribute(Name := "isValid")>
Public Property IsValid As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isValid")]
property bool IsValid {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isValid")>]
member IsValid : bool with get, set
Property Value
Type:
BooleanSee Also