[System.Configuration.StringValidator()]
[System.Configuration.ConfigurationProperty(Name="name",
Options=ConfigurationPropertyOptions.IsKey,
IsDefaultCollection=false,
IsRequired=false,
IsKey=true)]
public System.string Name {get; set;}
public read-write property Name: System.String;
System.Configuration.StringValidatorAttribute()
System.Configuration.ConfigurationPropertyAttribute(Name="name",
Options=ConfigurationPropertyOptions.IsKey,
IsDefaultCollection=,
IsRequired=,
IsKey=)
public function get,set Name : System.String
[System.Configuration.StringValidator()]
[System.Configuration.ConfigurationProperty(Name="name",
Options=ConfigurationPropertyOptions.IsKey,
IsDefaultCollection=false,
IsRequired=false,
IsKey=true)]
public:
property System.String^ Name {
System.String^ get();
void set ( System.String^ value);
}
'Declaration
<System.Configuration.StringValidatorAttribute()>
<System.Configuration.ConfigurationPropertyAttribute(Name="name",
Options=ConfigurationPropertyOptions.IsKey,
IsDefaultCollection=False,
IsRequired=False,
IsKey=True)>
Public Property Name As System.String
'Usage
Dim instance As BasicSoapTcpBindingElement
Dim value As System.String
instance.Name = value
value = instance.Name
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2