Microsoft.Activities.Extensions |
LoadAndInvokeWorkflow..::..LocalAssembly Property |
LoadAndInvokeWorkflow Class See Also Send Feedback |
Gets or sets LocalAssembly.
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 InArgument<Assembly> LocalAssembly { get; set; } |
Visual Basic |
---|
Public Property LocalAssembly As InArgument(Of Assembly) Get Set |
Visual C++ |
---|
public: property InArgument<Assembly^>^ LocalAssembly { InArgument<Assembly^>^ get (); void set (InArgument<Assembly^>^ value); } |