public string SegmentAxisName { get; set; }
Public Property SegmentAxisName As String
Get
Set
public:
virtual property String^ SegmentAxisName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SegmentAxisName : string with get, set
override SegmentAxisName : string with get, set