Rule.InputClaimValue Property

There are no comments for Property InputClaimValue in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property InputClaimValue As String
public string InputClaimValue { get; set; }
public:
property String^ InputClaimValue {
    String^ get ();
    void set (String^ value);
}
member InputClaimValue : string with get, set
function get InputClaimValue () : String 
function set InputClaimValue (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Rule Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace