Share via


VBProjectProperties6.DebugSecurityZoneURL Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property DebugSecurityZoneURL As String
string DebugSecurityZoneURL { get; set; }
property String^ DebugSecurityZoneURL {
    String^ get ();
    void set (String^ value);
}
abstract DebugSecurityZoneURL : string with get, set
function get DebugSecurityZoneURL () : String 
function set DebugSecurityZoneURL (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VBProjectProperties6 Interface

VSLangProj110 Namespace