Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute(Message="This property is obsolete. Using this property could result in decreased performance.", IsError=True)> Public Property Rows As String(,) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As LightTable Dim value() As String instance.Rows = value value = instance.Rows |
C# | |
---|---|
[Obsolete(Message="This property is obsolete. Using this property could result in decreased performance.", IsError=true)] public string[,] Rows {get; set;} |
C++/CLI | |
---|---|
[Obsolete(Message="This property is obsolete. Using this property could result in decreased performance.", IsError=true)] public: property array<String^,>^ Rows { array<String^,>^ get(); void set ( array<String^>^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2