3 references to EndpointNameProperty
System.WorkflowServices (3)
System\Workflow\Activities\ChannelToken.cs (2)
66
return (string) GetValue(
EndpointNameProperty
);
71
SetValue(
EndpointNameProperty
, value);
System\Workflow\Activities\ValidationHelper.cs (1)
419
!endpoint.IsBindingSet(ChannelToken.
EndpointNameProperty
))