The value of a Choice object that holds a string data type in a choice list.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

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

/** property */
public void set_ChoiceStringValue(string value);
JScript
public function get ChoiceStringValue() : String

public function set ChoiceStringValue(value : String);

Remarks

See Also