Partager via


PackageInfo.RenewalUri Property

 

Gets and sets the address that is displayed for renewing the add-in package.

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

Syntax

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

Property Value

Type: System.Uri

A Uri that contains the renewal address.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top