ManagementService.Issuers Property
There are no comments for Issuers in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Issuers As DataServiceQuery(Of Issuer)
public DataServiceQuery<Issuer> Issuers { get; }
public:
property DataServiceQuery<Issuer^>^ Issuers {
DataServiceQuery<Issuer^>^ get ();
}
member Issuers : DataServiceQuery<Issuer> with get
function get Issuers () : DataServiceQuery<Issuer>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<Issuer>
Returns DataServiceQuery<TElement>.
.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