Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property TargetObjectStore As IObjectStore |
| C# |
|---|
IObjectStore TargetObjectStore { get; set; } |
| Visual C++ |
|---|
property IObjectStore^ TargetObjectStore { IObjectStore^ get (); void set (IObjectStore^ value); } |
| JavaScript |
|---|
function get_targetObjectStore(); function set_targetObjectStore(value); |