InstalledApplicationInfoURLInfoAbout Property |
URL to about info for product.
Namespace:
Xcalibur.Models.InstalledApps
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string URLInfoAbout { get; set; }
<DataMemberAttribute>
Public Property URLInfoAbout As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ URLInfoAbout {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract URLInfoAbout : string with get, set
[<DataMemberAttribute>]
override URLInfoAbout : string with get, set
Property Value
Type:
StringImplements
IInstalledApplicationInfoURLInfoAboutSee Also