Share via


EntityType.TryGetProperty(String, IEntityProperty) Method

Definition

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

Parameters

propertyName
String
entityProperty
IEntityProperty

Returns

Implements

Applies to