RelyingPartyRuleGroup.RelyingParty Property
There are no comments for RelyingParty in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property RelyingParty As RelyingParty
public RelyingParty RelyingParty { get; set; }
public:
property RelyingParty^ RelyingParty {
RelyingParty^ get ();
void set (RelyingParty^ value);
}
member RelyingParty : RelyingParty with get, set
function get RelyingParty () : RelyingParty
function set RelyingParty (value : RelyingParty)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingParty
Returns RelyingParty.
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace