StoreLocalizationOptionsContents Property  | 
 
            Gets or sets the contents to be used for the resource.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "contents", EmitDefaultValue = false)]
public string? Contents { get; set; }<DataMemberAttribute(Name := "contents", EmitDefaultValue := false)>
Public Property Contents As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"contents", EmitDefaultValue = false)]
property String^ Contents {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "contents", EmitDefaultValue = false)>]
member Contents : string with get, set
Property Value
Type: 
String
See Also