Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Searches the property with the specified name.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Function FindProperty ( _
name As String _
) As IEdmProperty
'Usage
Dim instance As EdmStructuredType
Dim name As String
Dim returnValue As IEdmProperty
returnValue = instance.FindProperty(name)
public IEdmProperty FindProperty(
string name
)
public:
virtual IEdmProperty^ FindProperty(
String^ name
) sealed
abstract FindProperty :
name:string -> IEdmProperty
override FindProperty :
name:string -> IEdmProperty
public final function FindProperty(
name : String
) : IEdmProperty
Parameters
- name
Type: System.String
The name of the property to find.
Return Value
Type: Microsoft.Data.Edm.IEdmProperty
The property with the specified name.
Implements
IEdmStructuredType.FindProperty(String)