Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property HTTPXWapProfile As String |
C# |
---|
public abstract string HTTPXWapProfile { get; } |
C++ |
---|
public abstract property string HTTPXWapProfile abstract { String get(); } |
J# |
---|
/** property */ public string get_HTTPXWapProfile(); |
JScript |
---|
public function get HTTPXWapProfile() : String |