public AnyPropertyId DisplayedProperty {get; set;}
public: property AnyPropertyId^ DisplayedProperty { AnyPropertyId^ get(); void set ( AnyPropertyId^ value); }
public AnyPropertyId DisplayedProperty {get; set;}
public: property AnyPropertyId^ DisplayedProperty { AnyPropertyId^ get(); void set ( AnyPropertyId^ value); }
PropertyPlacement p1;//a valid PropertyPlacement object PropertyPlacement p2;//a valid PropertyPlacement object if (p1.Source == p2.Source) { //two PropertyPlacements show the same property id }