BindPropertyAttribute.SupportsGet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an indication the associated property should be bound in HTTP GET requests. If
true
, the property should be bound in all requests. Otherwise, the property should not be
bound in HTTP GET requests.
public:
property bool SupportsGet { bool get(); void set(bool value); };
public bool SupportsGet { get; set; }
member this.SupportsGet : bool with get, set
Public Property SupportsGet As Boolean
Property Value
Defaults to false
.