public int Length { get; set; }
Public Property Length As Integer
Get
Set
Dim instance As StructFieldAttribute
Dim value As Integer
value = instance.Length
instance.Length = value
public:
property int Length {
int get ();
void set (int value);
}
member Length : int with get, set