The URI address for the document designated as the child in a component relationship. This property applies when the ComponentRelationshipType property setting is URICR. For other component relationship types, you designate the child component by setting the ChildComponent property. If the ComponentRelationshipType property is set to anything other than URICR, the value of the URIValue property is null. Any String value can be entered into this property; the value does not have to be a valid URI address.


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

Syntax

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

/** property */
public void set_URIValue(string value);
JScript
public function get URIValue() : String

public function set URIValue(value : String);

Remarks

See Also