Open sandboxFocus

Property IsBackingFieldAssigned

IsBackingFieldAssigned

Gets or sets a value indicating whether the template assigns to the backing field. When true, the introduced backing field should be writable; when false, it can be readonly.

Declaration
public bool IsBackingFieldAssigned { get; set; }
Property Value
Type Description
bool