다음을 통해 공유


PageHandler.JavaScript Property

Namespace:  Microsoft.VisualStudio.Services.Common.Contracts
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property JavaScript As String
public string JavaScript { get; set; }
public:
property String^ JavaScript {
    String^ get ();
    void set (String^ value);
}
member JavaScript : string with get, set
function get JavaScript () : String 
function set JavaScript (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PageHandler Class

Microsoft.VisualStudio.Services.Common.Contracts Namespace