PropertyBag<T> class
Inheritance hierarchy
System.Object
Microsoft.Office.Server.Search.Query.PropertyBag
Microsoft.Office.Server.Search.Query.PropertyBag<T>
Microsoft.Office.Server.Search.Query.Rules.QueryTransformProperties
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<KnownTypeAttribute("GetExplicitKnownTypes")> _
<DataContractAttribute> _
Public Class PropertyBag(Of T) _
Inherits PropertyBag
'Usage
Dim instance As PropertyBag(Of T)
[KnownTypeAttribute("GetExplicitKnownTypes")]
[DataContractAttribute]
public class PropertyBag<T> : PropertyBag
Type parameters
- T
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.