private void Build()
 {
     _data = new UIAutomationPropertyInfo
             {
                 pProgrammaticName = _programmaticName,
                 guid = _propertyGuid,
                 type = _propertyType
             };
     _built = true;
 }