Get all attributes, constrained by some name

Namespace: SynergyClientAPI.Attributes
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetAttributes( _ 
ByVal search_string As String
) As AttributesResponse
This language is not supported or no code example is available.
public static AttributesResponse GetAttributes( 
string search_string 
)
This language is not supported or no code example is available.
public:  
static AttributesResponse^ GetAttributes( 
String^ search_string 
)
This language is not supported or no code example is available.
public static function GetAttributes( 
search_string : String 
) : AttributesResponse;
This language is not supported or no code example is available.

Parameters

search_string
Type: string

the search string - use * for wildcard searching

Return Value

Type: AttributesResponse

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1