AnalyticsEventTypeDefinition.IsReadOnly property
Gets a Boolean value that indicates if an event type definition is read-only.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property value
Type: System.Boolean
true if the event type definition is read-only; otherwise, false.
See also
Reference
AnalyticsEventTypeDefinition class