Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public DescribeGlobalSObjectResult[] sobjects { get; set; } |
Visual Basic |
---|
Public Property sobjects As DescribeGlobalSObjectResult() Get Set |
Visual C++ |
---|
public: property array<DescribeGlobalSObjectResult^>^ sobjects { array<DescribeGlobalSObjectResult^>^ get (); void set (array<DescribeGlobalSObjectResult^>^ value); } |