ProductUpdateMoreInfoUrl Property |
Gets or sets the more information URL.
Namespace:
Xcalibur.Models.InstalledApps
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public string MoreInfoUrl { get; set; }
Public Property MoreInfoUrl As String
Get
Set
public:
virtual property String^ MoreInfoUrl {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract MoreInfoUrl : string with get, set
override MoreInfoUrl : string with get, set
Property Value
Type:
String
The more information URL.
Implements
IProductUpdateMoreInfoUrlSee Also