Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Property IsUnmarshall As Boolean
bool IsUnmarshall { get; set; }
property bool IsUnmarshall {
bool get ();
void set (bool value);
}
abstract IsUnmarshall : bool with get, set
function get IsUnmarshall () : boolean
function set IsUnmarshall (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.