de la propiedad ManagedPropertyInfo.ManagedType
Obtiene o establece el tipo de datos de la propiedad administrada.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property ManagedType As ManagedDataType
Get
Set
'Uso
Dim instance As ManagedPropertyInfo
Dim value As ManagedDataType
value = instance.ManagedType
instance.ManagedType = value
[DataMemberAttribute]
public ManagedDataType ManagedType { get; set; }
Valor de propiedad
Tipo: Microsoft.Office.Server.Search.Administration.ManagedDataType
Valor de la enumeración ManagedType .
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration