The value matched against the value of the ComponentBindingLabel property on a child component document version that determines whether that version gets bound in a component relationship of type DYNAMIC_LABEL_CR. For all other component relationship types the value of this property is null. For more information, see the ComponentRelationshipType property.


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

Syntax

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

/** property */
public void set_LabelBindValue(string value);
JScript
public function get LabelBindValue() : String

public function set LabelBindValue(value : String);

Remarks

See Also