CumulativeFlowChartSeries.FilterState Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "filterState", EmitDefaultValue := False)> _
Public Property FilterState As String
[DataMemberAttribute(Name = "filterState", EmitDefaultValue = false)]
public string FilterState { get; set; }
[DataMemberAttribute(Name = L"filterState", EmitDefaultValue = false)]
public:
property String^ FilterState {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "filterState", EmitDefaultValue = false)>]
member FilterState : string with get, set
function get FilterState () : String
function set FilterState (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.