DiscoveryInformationTryGetProperty Method

CVB.Net Documentation
Tries to get the value of the information property with the given id.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool TryGetProperty(
	DiscoveryProperties id,
	out string property
)

Parameters

id
Type: Stemmer.Cvb.DriverDiscoveryProperties
Information to get.
property
Type: SystemString
Text containing the information if successful.

Return Value

Type: Boolean
true if successful; false otherwise.
See Also

Reference