←Select platform

Name Property (TypeConfigurationElement)

Summary

Gets or sets the name of the element.

Syntax

C#
VB
C++
[StringValidatorAttribute(1)] 
[ConfigurationPropertyAttribute(Name="name",  
   Options=ConfigurationPropertyOptions.IsRequired |  
    ConfigurationPropertyOptions.IsKey,  
   IsDefaultCollection=false,  
   IsRequired=true,  
   IsKey=true)] 
public string Name {get; set;} 
<StringValidatorAttribute(1)> 
<ConfigurationPropertyAttribute(Name="name",  
   Options=ConfigurationPropertyOptions.IsRequired Or  _ 
    ConfigurationPropertyOptions.IsKey,  
   IsDefaultCollection=False,  
   IsRequired=True,  
   IsKey=True)> 
Public Property Name As String 
[StringValidatorAttribute(1)] 
[ConfigurationPropertyAttribute(Name="name",  
   Options=ConfigurationPropertyOptions.IsRequired |  
    ConfigurationPropertyOptions.IsKey,  
   IsDefaultCollection=false,  
   IsRequired=true,  
   IsKey=true)] 
public: 
property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the element.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize