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.
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