Subscription.ConditionString Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Public Property ConditionString As String
Get
Set
public string ConditionString { get; set; }
public:
property String^ ConditionString {
String^ get ();
void set (String^ value);
}
member ConditionString : string with get, set
function get ConditionString () : String
function set ConditionString (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.