C#
Objective-C
C++
Java
public int Offset { get; set; }
@property (nonatomic, assign) NSInteger offset;
public int getOffset()
public void setOffset(int value)
public:
property int Offset {
int get();
void set ( int value);
}
Value indicating the offset.
For an example, refer to SetIntValue.