Specifies the Id property value of the ClassDescription object describing the class or superclass of which an object (or collection of objects) returned by the object-valued property described by this PropertyDefinitionObject object must be an instance. Although there are no restrictions on the type of class that you can specify for a RequiredClassId 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 PropertyDefinitionObject 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

See Also