TimelineState.FilterValue1 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the first value associated with the date filter (semantics vary by filter type). Object (object in C#) Read-only.
public:
property System::Object ^ FilterValue1 { System::Object ^ get(); };
public object FilterValue1 { get; }
Public ReadOnly Property FilterValue1 As Object