| LocalizationRequiredAttributeRequired Property |
Gets a value indicating whether a element should be localized.
Property Value
Type:
Booleantrue if a element should be localized; otherwise,
false.
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax public bool Required { get; }
Public ReadOnly Property Required As Boolean
Get
public:
property bool Required {
bool get ();
}
member Required : bool with get
Property Value
Type:
BooleanSee Also