IAcceptEventAction.IsUnmarshall Property
True if there can be multiple output pins and the data is unmarshalled onto them. False if there can only be one output pin and the input data is all sent to it.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool IsUnmarshall { get; set; }
property bool IsUnmarshall {
bool get();
void set(bool value);
}
abstract IsUnmarshall : bool with get, set
Property IsUnmarshall As Boolean
Property Value
Type: System.Boolean
See Also
IAcceptEventAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top