Specifies a fixed content device associated with this FixedStorageArea object or external repository.

Namespace:  FileNet.Api.Replication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property FixedContentDevice As IFixedContentDevice
C#
IFixedContentDevice FixedContentDevice { get; set; }
Visual C++
property IFixedContentDevice^ FixedContentDevice {
	IFixedContentDevice^ get ();
	void set (IFixedContentDevice^ value);
}
JavaScript
function get_fixedContentDevice();
function set_fixedContentDevice(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: FixedContentDevice
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also