PropertyGeneratedEventArgs::AdditionalAttributes Property

 

This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.

Namespace:   System.Data.Services.Design
Assembly:  System.Data.Services.Design (in System.Data.Services.Design.dll)

public:
property List<CodeAttributeDeclaration^>^ AdditionalAttributes {
	List<CodeAttributeDeclaration^>^ get();
}

Property Value

Type: System.Collections.Generic::List<CodeAttributeDeclaration^>^

Additional attributes.

.NET Framework
Available since 3.5
Return to top
Show: