SubscribeEventStepData.FilterExpression Property
Namespace: Microsoft.TeamFoundation.Server.Core.Extensions
Assembly: Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)
Syntax
'Declaration
Public Property FilterExpression As String
public string FilterExpression { get; set; }
public:
property String^ FilterExpression {
String^ get ();
void set (String^ value);
}
member FilterExpression : string with get, set
function get FilterExpression () : String
function set FilterExpression (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.