Variables output and other

How to get the sub property of the particular datatypes in UiPath?is there any Documentations?
For example if with any variable we type
. then many property appears
How to know which property to use

@Ritaman_Baral,

Simply search for the datatype documentation on Google or ask to Chatgpt or any available LLM.

For example:

If your project language is VB and you want to see all available properties of a variable named strName with datatype System.String

Just search for system.string properties vb.net on Google it will give you Microsoft documentation like this

Like wise you can also search for function/methods of any given datatype.

Thanks,
Ashok :slightly_smiling_face:

@Ritaman_Baral,

One more example would be

Newtonsoft.Json.Linq.JObject

Search for the datatype in google

Click on first link:

Thanks,
Ashok :slight_smile: