4 references to name
System.WorkflowServices (4)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (4)
82
[ConfigurationProperty(
name
, DefaultValue = "")]
88
return (string) base[
name
];
92
base[
name
] = value;
125
configProperties.Add(new ConfigurationProperty(
name
, typeof(string), null));