NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeConstructor.ChainedConstructorArgs

Gets or sets the chained constructor arguments.

[Visual Basic]
Public ReadOnly Property ChainedConstructorArgs As _
   CodeExpressionCollection
[C#]
public CodeExpressionCollection ChainedConstructorArgs {get;}
[C++]
public: __property CodeExpressionCollection*
   get_ChainedConstructorArgs();
[JScript]
public function get ChainedConstructorArgs() :
   CodeExpressionCollection;

Property Value

A CodeExpressionCollection that represents the chained constructor arguments.

See Also

CodeConstructor Class | CodeConstructor Members | System.CodeDOM Namespace | CodeExpressionCollection