Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As sObject
Dim value() As String
instance.fieldsToNull = value
value = instance.fieldsToNull |
Managed Extensions for C++ | |
---|
[XmlElementAttribute(IsNullable=true, ElementName="fieldsToNull")]
public: __property string*[]* get_fieldsToNull();
public: __property void set_fieldsToNull(
string*[]* value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also