PathSegmentCollection Begin { get; set; }
Property Begin As PathSegmentCollection
Get
Set
property PathSegmentCollection^ Begin {
PathSegmentCollection^ get ();
void set (PathSegmentCollection^ value);
}
abstract Begin : PathSegmentCollection with get, set