Specifies the
property value of the
object describing the class or superclass of which an object (or collection of objects) returned by the object-valued property described by this
object must be an instance. Although there are no restrictions on the type of class that you can specify for a
property, if you set it to a class that describes a dependent object, you will not be able to set the property described by this
object to that dependent object. This is because you cannot set a custom object-valued property to a dependent object; unlike a system object-valued property, a custom object-valued property can hold independent objects only.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property RequiredClassId As Id |
C# |
---|
Id RequiredClassId { get; set; } |
C++ |
---|
property Id RequiredClassId abstract { Id get(); void set(Id value); } |
J# |
---|
/** property */ public Id get_RequiredClassId(); /** property */ public void set_RequiredClassId(Id value); |
JScript |
---|
public function get RequiredClassId() : Id public function set RequiredClassId(value : Id); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: GUID
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ