2 writes to Name
System.Web (2)
Configuration\ProfilePropertySettings.cs (2)
84
Name
= name;
90
Name
= name;
8 references to Name
System.Web (8)
Configuration\ProfilePropertySettingsCollection.cs (1)
93
return ((ProfilePropertySettings)element).
Name
;
Configuration\ProfileSection.cs (1)
168
hashCombiner.AddObject(pps.
Name
);
Profile\HttpProfileBase.cs (6)
328
prop.Name = groupName + "." + pps.
Name
;
331
prop.Name = pps.
Name
;
490
string name = (groupName != null) ? (groupName + "." + pps.
Name
) : pps.
Name
;
505
throw new ConfigurationErrorsException(SR.GetString(SR.Annoymous_id_module_not_enabled, pps.
Name
), pps.ElementInformation.Properties["allowAnonymous"].Source, pps.ElementInformation.Properties["allowAnonymous"].LineNumber);
516
throw new ConfigurationErrorsException(SR.GetString(SR.Property_not_serializable, pps.
Name
), pps.ElementInformation.Properties["serializeAs"].Source, pps.ElementInformation.Properties["serializeAs"].LineNumber);