ManagedProperty.ExtraProperties 属性
获取或设置与此托管属性关联的其他属性的说明。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property ExtraProperties As String
Get
Set
用法
Dim instance As ManagedProperty
Dim value As String
value = instance.ExtraProperties
instance.ExtraProperties = value
public string ExtraProperties { get; set; }
属性值
异常
异常 | 条件 |
---|---|
InvalidOperationException | 如果该对象不支持。 |
PropertyIsReadOnlyException | 如果此属性为只读。 |