Share via


IEntityType.TryGetProperty(String, IEntityProperty) Method

Definition

Tries to get information about a property.

public bool TryGetProperty (string propertyName, out Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty? entityProperty);
abstract member TryGetProperty : string * IEntityProperty -> bool
Public Function TryGetProperty (propertyName As String, ByRef entityProperty As IEntityProperty) As Boolean

Parameters

propertyName
String

A property name

entityProperty
IEntityProperty

A IEntityProperty object, if it exists.

Returns

true if we can find the property.

Applies to