The URI address for the document designated as the child in a component relationship. This property applies when the
. For other component relationship types, you designate the child component by setting the
property is set to anything other than
, the value of the
property is
. Any
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ