다음을 통해 공유


PageHandler.UrlPattern Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PageHandler Class

Microsoft.VisualStudio.Services.Common.Contracts Namespace