ObjectPropertyProvider.TryGetProperty(String, ISfcProperty) Method

Definition

Retrieves a value that indicates the property to get. This class cannot be inherited.

public:
 virtual bool TryGetProperty(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ % property);
public bool TryGetProperty (string name, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member TryGetProperty : string * ISfcProperty -> bool
override this.TryGetProperty : string * ISfcProperty -> bool
Public Function TryGetProperty (name As String, ByRef property As ISfcProperty) As Boolean

Parameters

name
String

A string that represents the name of the property.

property
ISfcProperty

The object to get.

Returns

true for the value that indicates the property to get; otherwise, false.

Implements

Applies to