DataViewManager.DataViewSettingCollectionString Propiedad

Definición

Obtiene o establece un valor que se usa para la persistencia del código.

public:
 property System::String ^ DataViewSettingCollectionString { System::String ^ get(); void set(System::String ^ value); };
public string DataViewSettingCollectionString { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the RowFilter expression might be trimmed.")] set; }
public string DataViewSettingCollectionString { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the RowFilter expression might be trimmed.")>]
member this.DataViewSettingCollectionString : string with get, set
member this.DataViewSettingCollectionString : string with get, set
Public Property DataViewSettingCollectionString As String

Valor de propiedad

Valor que se usa para la persistencia del código.

Atributos

Comentarios

Un usuario no debe llamar DataViewSettingCollectionString directamente.

Se aplica a

Consulte también