Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute(ElementName="records", IsNullable=True)> Public Property records As sObject() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As QueryResult Dim value() As sObject instance.records = value value = instance.records |
C# | |
---|---|
[XmlElementAttribute(ElementName="records", IsNullable=true)] public sObject[] records {get; set;} |
Managed Extensions for C++ | |
---|---|
[XmlElementAttribute(ElementName="records", IsNullable=true)] public: __property sObject*[]* get_records(); public: __property void set_records( sObject*[]* value ); |
C++/CLI | |
---|---|
[XmlElementAttribute(ElementName="records", IsNullable=true)] public: property array<sObject^>^ records { array<sObject^>^ get(); void set ( array<sObject^>^ value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family