Name Property

Summary

Gets or sets the name of the element.

Syntax
C#
VB
C++
[StringValidatorAttribute(MinLength=1)] 
[ConfigurationPropertyAttribute("name", DefaultValue="Name", IsRequired=true, IsKey=true)] 
public string Name { get; set; } 
<StringValidatorAttribute(MinLength:=1),  
 ConfigurationPropertyAttribute("name", DefaultValue:="Name", IsRequired:=true, IsKey:=true)>  
Public Property Name() As String 
   Get 
   Set 
public:  
   [StringValidatorAttribute(MinLength=1),  
   ConfigurationPropertyAttribute(L"name", DefaultValue=L"Name", IsRequired=true, IsKey=true)] 
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The name of the element.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly