QdvSetDatabase.GetSet (String) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ISetDatabase.GetSet instead.

Returns the set with specified reference from the database.
<Obsolete("Use Qdv.UserApi.ISetDatabase.GetSet instead.")> _ 
Function GetSet( _ 
ByVal setReference As String
) As QdvSet
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.ISetDatabase.GetSet instead.")] 
QdvSet GetSet( 
string setReference 
)
This language is not supported or no code example is available.

Parameters

setReference
string

The reference of the set to be retrieved.

Return Value

QdvSet

The set with setReference or null reference (Nothing in Visual Basic) if not found.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition