OutputAssembly Property
See Also 
SourceCode.DeploymentTasks.Compiler Namespace > WorkflowCompiler Class : OutputAssembly Property



Glossary Item Box

Gets or sets the output assembly.

Syntax

Visual Basic (Declaration) 
<RequiredAttribute()>
Public Property OutputAssembly As String
Visual Basic (Usage)Copy Code
Dim instance As WorkflowCompiler
Dim value As String
 
instance.OutputAssembly = value
 
value = instance.OutputAssembly
C# 
[Required()]
public string OutputAssembly {get; set;}
C++/CLI 
[Required()]
public:
property String^ OutputAssembly {
   String^ get();
   void set (    String^ value);
}

Property Value

The output assembly.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also