Visual Basic (Declaration) | |
---|---|
Public Property Element As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IccMatrix Dim value() As Integer instance.Element = value value = instance.Element |
C# | |
---|---|
public int[] Element {get; set;} |
C++/CLI | |
---|---|
public: property array<int>^ Element { array<int>^ get(); void set ( array<int>^ value); } |
Property Value
Array that contains matrix data.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)