[Missing <summary> documentation for "M:OPSSDK.OpsClient.GetConfigs``1"]

Namespace: OPSSDK
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public IOrderedQueryable<T> GetConfigs<T>()
where T : BaseConfig
Visual Basic
Public Function GetConfigs(Of T As BaseConfig) As IOrderedQueryable(Of T)
Visual C++
public:
generic<typename T>
where T : BaseConfig
IOrderedQueryable<T>^ GetConfigs()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OPSSDK.OpsClient.GetConfigs``1"]

Return Value

Type: IOrderedQueryable<(Of <(<'T>)>)>

[Missing <returns> documentation for "M:OPSSDK.OpsClient.GetConfigs``1"]

See Also