IProductUpdateMoreInfoUrl 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 string MoreInfoUrl { get; set; }
Property MoreInfoUrl As String
Get
Set
property String^ MoreInfoUrl {
String^ get ();
void set (String^ value);
}
abstract MoreInfoUrl : string with get, set
Property Value
Type:
String
The more information URL.
See Also