Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic Object this[
string FullName
] { get; set; }
Public Default Property Item (
FullName As String
) As Object
Get
Set
public:
property Object^ default[String^ FullName] {
Object^ get (String^ FullName);
void set (String^ FullName, Object^ value);
}
Parameters
- FullName
- Type: SystemString
Property Value
Type:
Object
See Also