ManagedProperty.Context-Eigenschaft
Ruft ab die Kontextgruppe in dieser verwalteten Eigenschaft eingestuft werden sollten.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Context As Short
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Short
value = instance.Context
instance.Context = value
public short Context { get; set; }
Eigenschaftswert
Typ: System.Int16
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |
PropertyIsReadOnlyException | Wenn diese Eigenschaft schreibgeschützt ist. |