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