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)
Visual Basic (Declaration) |
---|
Property URIValue As String |
C# |
---|
string URIValue { get; set; } |
Visual C++ |
---|
property String^ URIValue {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_uriValue();
function set_uriValue(value); |