.NET Framework Class Library

URLSegmentInfo.RequestType Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > URLSegmentInfo Class > URLSegmentInfo Properties >

.NET Framework Class Library

URLSegmentInfo.RequestType Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public Property RequestType As REQUESTType
 Get
 Set

C#

public REQUESTType RequestType { getset; }

Visual C++

public:
property REQUESTType RequestType {
 REQUESTType get ();
 void set (REQUESTType value);
}

See Also

URLSegmentInfo Class

URLSegmentInfo Members

Gnostice.Controls.ASP Namespace