CodeStyleOption<T>.Notification Property

Definition

Caution

Modifying a CodeStyleOption<T> is not supported.

public:
 property Microsoft::CodeAnalysis::CodeStyle::NotificationOption ^ Notification { Microsoft::CodeAnalysis::CodeStyle::NotificationOption ^ get(); void set(Microsoft::CodeAnalysis::CodeStyle::NotificationOption ^ value); };
public Microsoft.CodeAnalysis.CodeStyle.NotificationOption Notification { get; set; }
public Microsoft.CodeAnalysis.CodeStyle.NotificationOption Notification { get; [System.Obsolete("Modifying a CodeStyleOption<T> is not supported.", true)] set; }
member this.Notification : Microsoft.CodeAnalysis.CodeStyle.NotificationOption with get, set
[<set: System.Obsolete("Modifying a CodeStyleOption<T> is not supported.", true)>]
member this.Notification : Microsoft.CodeAnalysis.CodeStyle.NotificationOption with get, set
Public Property Notification As NotificationOption

Property Value

Attributes

Applies to