SimplePropertyEntry.UseSetAttribute Property

Definition

Gets or sets a value indicating whether the SetAttribute(String, String) method should be called for the property during code creation.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool UseSetAttribute { bool get(); void set(bool value); };
public bool UseSetAttribute { get; set; }
member this.UseSetAttribute : bool with get, set
Public Property UseSetAttribute As Boolean

Property Value

true if SetAttribute(String, String) should be called; otherwise, false.

Applies to

See also