public void GetExtendedProperties() { PropertyCollection col = _constraint1.ExtendedProperties as PropertyCollection; Assert.NotNull(col); } }