Click or drag to resize

TransitionDays Property

Object transition time, indicating the number of days after which an object will be transited since its creation

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public Nullable<int> Days { get; set; }

Property Value

Type: NullableInt32
Remarks

If this parameter is not set, the "Date" parameter is mandatory.

See Also