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)

ToggleSyntax

Visual Basic (Declaration)
Property LabelBindValue As String
C#
string LabelBindValue { get; set; }
Visual C++
property String^ LabelBindValue {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_labelBindValue();
function set_labelBindValue(value);

ToggleRemarks

ToggleSee Also