Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Property ContentType As String
C#
public abstract string ContentType { get; set; }
C++
public abstract property string ContentType abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ContentType();

/** property */
public void set_ContentType(string value);
JScript
public function get ContentType() : String

public function set ContentType(value : String);

See Also