WFDescInfo.FriendlyName Property
|
This property is used to get or set the friendly name of a given workflow.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string FriendlyName { get; set; }
Public Property FriendlyName As String
Get
Set
public:
property String^ FriendlyName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also