Click or drag to resize

IMSGraphClientGetCount Method

Count MS Graph API resource matching the filter

Namespace:  Omada.OE.Model.MSGraph
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task<int> GetCount(
	string resource,
	string filter
)

Parameters

resource
Type: SystemString
filter
Type: SystemString

Return Value

Type: TaskInt32
See Also