LocalizationRequiredAttribute Class |
Indicates that marked element should be localized or not
Inheritance HierarchySystemObject
SystemAttribute
Ozeki.CommonLocalizationRequiredAttribute
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic sealed class LocalizationRequiredAttribute : Attribute
Public NotInheritable Class LocalizationRequiredAttribute
Inherits Attribute
public ref class LocalizationRequiredAttribute sealed : public Attribute
[<SealedAttribute>]
type LocalizationRequiredAttribute =
class
inherit Attribute
end
The LocalizationRequiredAttribute type exposes the following members.
Constructors
Properties
Example[LocalizationRequiredAttribute(true)]
public class Foo {
private string str = "my string";
}
See Also