SfcPropertyCollection.TryGetProperty(String, ISfcProperty) Method

Definition

public bool TryGetProperty (string propertyName, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member TryGetProperty : string * ISfcProperty -> bool
override this.TryGetProperty : string * ISfcProperty -> bool
Public Function TryGetProperty (propertyName As String, ByRef property As ISfcProperty) As Boolean

Parameters

propertyName
String
property
ISfcProperty

Returns

Implements

Applies to