DataBus::TryGetPropertyValue Method (String^, Object^%)
Attempts to get the property value with a specified name and value.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: virtual bool TryGetPropertyValue( String^ name, [OutAttribute] Object^% value ) sealed
Parameters
- name
-
Type:
System::String^
A string that represents a name.
- value
-
Type:
System::Object^%
The property value (can be null).
Show: