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.
Extracts the Microsoft Software License Terms from the add-in package and returns the contents.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static string ReadEulaFromFile(
string path
)
public:
static String^ ReadEulaFromFile(
String^ path
)
Public Shared Function ReadEulaFromFile (
path As String
) As String
Parameters
path
Type: System.StringThe path to the add-in package.
Return Value
Type: System.String
An instance of String that contains the contents of the Microsoft Software License Terms.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top