FormatOptionsDataFormatType Property |
Gets or sets the format type to use.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "formatType", EmitDefaultValue = true)]
public FormatType FormatType { get; set; }<DataMemberAttribute(Name := "formatType", EmitDefaultValue := true)>
Public Property FormatType As FormatType
Get
Set
public:
[DataMemberAttribute(Name = L"formatType", EmitDefaultValue = true)]
property FormatType FormatType {
FormatType get ();
void set (FormatType value);
}[<DataMemberAttribute(Name = "formatType", EmitDefaultValue = true)>]
member FormatType : FormatType with get, set
Property Value
Type:
FormatType
See Also