JsonLookupItemAdaptorWorkflow Property |
A reference to a workflow.
Only available when
StructureType = MFMetadataStructureItemWorkflow
Will not be serialized if unavailable.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier Workflow { get; set; }
Public Property Workflow As MFIdentifier
Get
Set
public:
property MFIdentifier^ Workflow {
MFIdentifier^ get ();
void set (MFIdentifier^ value);
}
Property Value
Type:
MFIdentifier
See Also