ReleaseManifest.FindRelease Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function FindRelease ( _
serviceLevel As ServiceLevel _
) As ReleaseInfo
public ReleaseInfo FindRelease(
ServiceLevel serviceLevel
)
public:
ReleaseInfo^ FindRelease(
ServiceLevel^ serviceLevel
)
member FindRelease :
serviceLevel:ServiceLevel -> ReleaseInfo
public function FindRelease(
serviceLevel : ServiceLevel
) : ReleaseInfo
Parameters
- serviceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ReleaseInfo
.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.