Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads release from the specified file.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function LoadFrom ( _
releaseManifestFile As String _
) As ReleaseManifest
public static ReleaseManifest LoadFrom(
string releaseManifestFile
)
public:
static ReleaseManifest^ LoadFrom(
String^ releaseManifestFile
)
static member LoadFrom :
releaseManifestFile:string -> ReleaseManifest
public static function LoadFrom(
releaseManifestFile : String
) : ReleaseManifest
Parameters
- releaseManifestFile
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ReleaseManifest
.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.