Compartir a través de


Package.SupportUrl Property

 

Gets and sets the URL where support information for the add-in package is located.

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

Syntax

[DataMemberAttribute(Order = 10, IsRequired = false)]
public Uri SupportUrl { get; set; }
public:
[DataMemberAttribute(Order = 10, IsRequired = false)]
property Uri^ SupportUrl {
    Uri^ get();
    void set(Uri^ value);
}
<DataMemberAttribute(Order := 10, IsRequired := False)>
Public Property SupportUrl As Uri

Property Value

Type: System.Uri

An instance of Uri.

See Also

Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top