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

Namespace:  FileNet.Api.Admin
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

ToggleSee Also