You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > Extensions Class > Extensions Methods > Properties Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Extensions.Properties Method

Returns a collection of child properties of every object in the source collection.

Syntax
C++
C#
Visual Basic
public: IJEnumerable<JProperty> Properties( this IEnumerable<JObject> source );
Parameters
Parameters 
Description 
source 
An IEnumerable{T} of JObject that contains the source collection. 
Returns

An IEnumerable{T} of JProperty that contains the properties of every object in the source collection.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.