TimelineState.FilterValue2 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 second value associated with the date filter (semantics vary by filter type). Object (object in C#) Read-only.
public:
property System::Object ^ FilterValue2 { System::Object ^ get(); };
public object FilterValue2 { get; }
Public ReadOnly Property FilterValue2 As Object