ApplicationInstance.WebApplications Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property WebApplications As ICollection(Of TeamWebApplication)
public ICollection<TeamWebApplication> WebApplications { get; }
public:
property ICollection<TeamWebApplication^>^ WebApplications {
ICollection<TeamWebApplication^>^ get ();
}
member WebApplications : ICollection<TeamWebApplication> with get
function get WebApplications () : ICollection<TeamWebApplication>
Property Value
Type: System.Collections.Generic.ICollection<TeamWebApplication>
.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.Alm.Catalog.Objects Namespace