PropertyGeneratedEventArgs.AdditionalSetStatements Propiedad

Definición

Esta clase no está pensada para uso público y se usa para generar objetos de cliente fuertemente tipados para comunicarse con los servicios de datos.

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

Valor de propiedad

Instrucciones Set adicionales.

Se aplica a