NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyDescriptor.IsLocalizable

Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.

[Visual Basic]
Overridable Public ReadOnly Property IsLocalizable As Boolean
[C#]
public bool IsLocalizable {virtual get;}
[C++]
public: __property virtual bool get_IsLocalizable();
[JScript]
public function get IsLocalizable() : Boolean;

Property Value

true if the member is marked with Localizable(true) attribute; otherwise, false.

Remarks

When a property is marked with Localizable(true) attribute, its values are saved in a resource file.

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | LocalizableAttribute