ReleaseManifest.Releases Property
Collection of releases.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Releases As List(Of ReleaseInfo)
public List<ReleaseInfo> Releases { get; }
public:
property List<ReleaseInfo^>^ Releases {
List<ReleaseInfo^>^ get ();
}
member Releases : List<ReleaseInfo> with get
function get Releases () : List<ReleaseInfo>
Property Value
Type: System.Collections.Generic.List<ReleaseInfo>
Returns List<T>.
.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.