OemSupportInfo.SupportLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Uniform Resource Identifier (URI) for the Original Equipment Manufacturer (OEM) support web site.
public:
property Uri ^ SupportLink { Uri ^ get(); };
Uri SupportLink();
public System.Uri SupportLink { get; }
var uri = oemSupportInfo.supportLink;
Public ReadOnly Property SupportLink As Uri
Property Value
The URI for the OEM support web site.