private bool GetResources(
string attributes,
out List<Guid> resourceIds,
out List<string> systemNames
)Private Function GetResources (
attributes As String,
<OutAttribute> ByRef resourceIds As List(Of Guid),
<OutAttribute> ByRef systemNames As List(Of String)
) As Boolean