Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or returns the value of an item in the NamedEntityDictionary object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Default Property Item ( _
entityName As String _
) As Entity
Get
Set
'Usage
Dim instance As NamedEntityDictionary
Dim entityName As String
Dim value As Entity
value = instance(entityName)
instance(entityName) = value
public Entity this[
string entityName
] { get; set; }
Parameters
- entityName
Type: System.String
The name of the entity.
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
The name of the entity.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace