DynamicKeyword.Builds Property

Namespace: System.Management.Automation.Language
Assembly: System.Management.Automation (in System.Management.Automation.dll)

Usage

'Usage
Dim instance As DynamicKeyword
Dim value As Func(Of DynamicKeyword, String, Ast, StatementAst)

value = instance.Builds

instance.Builds = value

Syntax

'Declaration
Public Property Builds As Func(Of DynamicKeyword, String, Ast, StatementAst)
public Func<DynamicKeyword,string,Ast,StatementAst> Builds { get; set; }
public:
property Func<DynamicKeyword^, String^, Ast^, StatementAst^>^ Builds {
    Func<DynamicKeyword^, String^, Ast^, StatementAst^>^ get ();
    void set (Func<DynamicKeyword^, String^, Ast^, StatementAst^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Func<DynamicKeyword,String,Ast,StatementAst> get_Builds ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Builds (Func<DynamicKeyword,String,Ast,StatementAst> value)
CompilerGeneratedAttribute 
public function get Builds () : Func<DynamicKeyword,String,Ast,StatementAst>

CompilerGeneratedAttribute 
public function set Builds (value : Func<DynamicKeyword,String,Ast,StatementAst>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

See Also

Reference

DynamicKeyword Class
DynamicKeyword Members
System.Management.Automation.Language Namespace

Send comments about this topic to Microsoft.