Syntax
Visual Basic (Declaration) | |
---|
Public Property byteLength As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Field
Dim value As Integer
instance.byteLength = value
value = instance.byteLength |
C# | |
---|
public int byteLength {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_byteLength();
public: __property void set_byteLength(
int value
); |
C++/CLI | |
---|
public:
property int byteLength {
int get();
void set ( int value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also