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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub SetProperty( _ 
   ByVal FieldName As String,  _ 
   ByVal FieldValue As String _ 
)
C#
public abstract void SetProperty(
   string FieldName,
   string FieldValue
)
C++
public:
 void SetProperty(
   String FieldName,
   String FieldValue
) abstract 
J#
public abstract void SetProperty(
   string FieldName,
   string FieldValue
)
JScript
public abstract  function SetProperty(
   FieldName : String,
   FieldValue : String
)

See Also