TypeGeneratedEventArgs.AdditionalInterfaces Property

Definition

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

public:
 property System::Collections::Generic::List<Type ^> ^ AdditionalInterfaces { System::Collections::Generic::List<Type ^> ^ get(); };
public System.Collections.Generic.List<Type> AdditionalInterfaces { get; }
member this.AdditionalInterfaces : System.Collections.Generic.List<Type>
Public ReadOnly Property AdditionalInterfaces As List(Of Type)

Property Value

Additional interfaces.

Applies to