Microsoft.Activities.Extensions |
LoadAssembly..::..Assembly Property |
LoadAssembly Class See Also Send Feedback |
Gets or sets Assembly.
Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public OutArgument<Assembly> Assembly { get; set; } |
Visual Basic |
---|
Public Property Assembly As OutArgument(Of Assembly) Get Set |
Visual C++ |
---|
public: property OutArgument<Assembly^>^ Assembly { OutArgument<Assembly^>^ get (); void set (OutArgument<Assembly^>^ value); } |