AbstractInstance.Item, propriété (String) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the value of the field specified by the name on the native adapter object wrapped by this IEntityInstance object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Default Property Item ( _
fieldName As String _
) As Object
'Utilisation
Dim instance As AbstractInstance
Dim fieldName As String
Dim value As Object
value = instance(fieldName)
public virtual Object this [
string fieldName
] { get; }
Paramètres
- fieldName
The name of a Field object in the entity instance.
Valeur de la propriété
An object representing the value of the specified field.
Voir aussi
Référence
AbstractInstance, classe
Membres AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms