ManagedProperty.Context property
Obtém ou define o grupo de contexto esta propriedade gerenciada deve ser categorizada em.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Context As Short
Get
Set
'Uso
Dim instance As ManagedProperty
Dim value As Short
value = instance.Context
instance.Context = value
public short Context { get; set; }
Property value
Type: System.Int16
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Se este objeto não é feito. |
PropertyIsReadOnlyException | Se esta propriedade é somente leitura. |