Freigeben über


EdmStructuredValue.FindPropertyValue-Methode

Ruft den Wert ab, der dem angegebenen Eigenschaftsnamen entspricht. Gibt NULL zurück, wenn kein solcher Wert vorhanden ist.

Namespace:  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Function FindPropertyValue ( _
    propertyName As String _
) As IEdmPropertyValue
'Usage
Dim instance As EdmStructuredValue
Dim propertyName As String
Dim returnValue As IEdmPropertyValue

returnValue = instance.FindPropertyValue(propertyName)
public IEdmPropertyValue FindPropertyValue(
    string propertyName
)
public:
virtual IEdmPropertyValue^ FindPropertyValue(
    String^ propertyName
) sealed
abstract FindPropertyValue : 
        propertyName:string -> IEdmPropertyValue 
override FindPropertyValue : 
        propertyName:string -> IEdmPropertyValue 
public final function FindPropertyValue(
    propertyName : String
) : IEdmPropertyValue

Parameter

  • propertyName
    Typ: System.String
    Der Name der Eigenschaft, die den gefundenen Wert beschreibt.

Rückgabewert

Typ: Microsoft.Data.Edm.Values.IEdmPropertyValue
Der angeforderte Wert oder NULL, wenn kein solcher Wert vorhanden ist.

Implementiert

IEdmStructuredValue.FindPropertyValue(String)

Siehe auch

Verweis

EdmStructuredValue Klasse

Microsoft.Data.Edm.Library.Values-Namespace