Partager via


PackageInfo.UpdateUri Property

 

Gets and sets the URI of the latest update.

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

Syntax

[DataMemberAttribute]
public Uri UpdateUri { get; set; }
public:
[DataMemberAttribute]
property Uri^ UpdateUri {
    Uri^ get();
    void set(Uri^ value);
}
<DataMemberAttribute>
Public Property UpdateUri As Uri

Property Value

Type: System.Uri

An instance Uri.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top