LogOnOptionsCultureName Property |
Gets or sets the name of the culture to associate with the log on.
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 = "cultureName", EmitDefaultValue = false)]
public string CultureName { get; set; }
<DataMemberAttribute(Name := "cultureName", EmitDefaultValue := false)>
Public Property CultureName As String
Get
Set
public:
[DataMemberAttribute(Name = L"cultureName", EmitDefaultValue = false)]
property String^ CultureName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "cultureName", EmitDefaultValue = false)>]
member CultureName : string with get, set
Property Value
Type:
StringSee Also