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!

CodeParameterDeclarationExpression.CustomAttributes

Gets or sets the custom attributes for the parameter declaration.

[Visual Basic]
Public Property CustomAttributes As CodeAttributeBlock
[C#]
public CodeAttributeB CustomAttributes {get; set;}
[C++]
public: __property CodeAttributeBlock* get_CustomAttributes();
public: __property void set_CustomAttributes(CodeAttributeBlock*);
[JScript]
public function get CustomAttributes() : CodeAttributeBlock;
public function set CustomAttributes(CodeAttributeBlock);

Property Value

A CodeAttributeBlock indicating the custom attributes.

See Also

CodeParameterDeclarationExpression Class | CodeParameterDeclarationExpression Members | System.CodeDOM Namespace | CodeAttributeBlock