FileEntryOptionsOptions Property  | 
 
            Gets or sets the options.
            
 
    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 = "options", EmitDefaultValue = true)]
public GetEntryOptions Options { get; set; }<DataMemberAttribute(Name := "options", EmitDefaultValue := true)>
Public Property Options As GetEntryOptions
	Get
	Set
public:
[DataMemberAttribute(Name = L"options", EmitDefaultValue = true)]
property GetEntryOptions Options {
	GetEntryOptions get ();
	void set (GetEntryOptions value);
}[<DataMemberAttribute(Name = "options", EmitDefaultValue = true)>]
member Options : GetEntryOptions with get, set
Property Value
Type: 
GetEntryOptions
See Also