PrepareExternalCommunicationOfficer Property |
The document officer.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic OutArgument<Contact> Officer { get; set; }
Public Property Officer As OutArgument(Of Contact)
Get
Set
public:
property OutArgument<Contact^>^ Officer {
OutArgument<Contact^>^ get ();
void set (OutArgument<Contact^>^ value);
}
member Officer : OutArgument<Contact> with get, set
Property Value
OutArgumentContact
See Also