WebSiteProperties2.CurrentWebsiteLanguage Property
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property CurrentWebsiteLanguage As String
string CurrentWebsiteLanguage { get; set; }
property String^ CurrentWebsiteLanguage {
String^ get ();
void set (String^ value);
}
abstract CurrentWebsiteLanguage : string with get, set
function get CurrentWebsiteLanguage () : String
function set CurrentWebsiteLanguage (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.