Compartilhar via


PackageInfo.MacDownloadPath Property

 

Gets the Uniform Resource Locator (URL) from which the Macintosh-based binary is downloaded.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public Uri MacDownloadPath { get; }
public:
property Uri^ MacDownloadPath {
    Uri^ get();
}
Public ReadOnly Property MacDownloadPath As Uri

Property Value

Type: System.Uri

An instance of Uri.

Remarks

This value is null if a binary is not included.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top