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