StorageOptionsCleanupDateTimeElementId Property |
Gets or sets the ID of the datetime element used for cutoff filtering.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "cleanupDateTimeElementId")]
public Guid? CleanupDateTimeElementId { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "cleanupDateTimeElementId")>
Public Property CleanupDateTimeElementId As Guid?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"cleanupDateTimeElementId")]
property Nullable<Guid> CleanupDateTimeElementId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "cleanupDateTimeElementId")>]
member CleanupDateTimeElementId : Nullable<Guid> with get, set
Property Value
NullableGuid
See Also