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