3 references to ExportPropertyNameAttribute
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (1)
261
string name = reader.GetAttribute(WebPartManager.
ExportPropertyNameAttribute
);
UI\WebParts\WebPartManager.cs (2)
2209
writer.WriteAttributeString(
ExportPropertyNameAttribute
, name);
2989
string propertyName = reader.GetAttribute(
ExportPropertyNameAttribute
);