ManagedPropertyInfo.IsReadOnly property
Gets or sets whether this managed property is read only.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IsReadOnly As Boolean
Get
Private Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.IsReadOnly
[DataMemberAttribute]
public bool IsReadOnly { get; private set; }
Property value
Type: System.Boolean