Public Function New( _ ByVal endpointConfigurationName As String _ )
Dim endpointConfigurationName As String Dim instance As New RuleSetManagementServiceClient(endpointConfigurationName)
public RuleSetManagementServiceClient( string endpointConfigurationName )
Parameters
- endpointConfigurationName
- Sets the name of the endpoint configuration. This property should be set to the name given in the
<endpoint>
element in your configuration file.