FileAttributesReadOnly Property

Gets or sets the required AttributeState for the ReadOnly attribute.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public AttributeState ReadOnly { get; set; }

Property Value

AttributeState

Remarks

If this property is not required for searching it should be set to AttributeState.Either (the default value).

See Also