Searchable Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the searchable value.
'Declaration
Public Property Searchable As ValueType
'Usage
Dim instance As TagExtendedProperty
Dim value As ValueType
instance.Searchable = value
value = instance.Searchable
public ValueType Searchable {get; set;}
public:
property ValueType^ Searchable {
ValueType^ get();
void set ( ValueType^ value);
}