CustomBindingElement

CustomBindingElement

Syntax

class CustomBindingElement : BindingElement  
{  
  string Name;  
};  

Methods

The CustomBindingElement class does not define any methods.

Properties

The CustomBindingElement class has the following property:

Name

Data type: string

Access type: Read-only

A string that contains the configuration name of the binding. This value is a user-defined string that acts as the identification string for the custom binding.

Requirements

MOF Declared in Servicemodel.mof.
Namespace Defined in root\ServiceModel

See also