4 references to profileNameParameter
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\EtwTrackingBehaviorElement.cs (4)
32
[ConfigurationProperty(
profileNameParameter
, DefaultValue = "", Options = ConfigurationPropertyOptions.IsKey)]
41
return (string)base[
profileNameParameter
];
46
base[
profileNameParameter
] = value;
57
properties.Add(new ConfigurationProperty(
profileNameParameter
, typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));