RelatedWebsiteSetServiceSites Property |
Version 130.1.90
The service sites of this set, along with the ccTLDs if there is any.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] ServiceSites { get; set; }
public:
property array<String^>^ ServiceSites {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also