GetByIdsOptionsLocalize Property |
Gets or sets a value indicating whether the entry should be localized.
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 = "localize", EmitDefaultValue = false)]
public bool Localize { get; set; }
<DataMemberAttribute(Name := "localize", EmitDefaultValue := false)>
Public Property Localize As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"localize", EmitDefaultValue = false)]
property bool Localize {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "localize", EmitDefaultValue = false)>]
member Localize : bool with get, set
Property Value
Type:
Boolean
Set to
if this entry should be localized; otherwise,
.
See Also