←Select platform

Value Property

Summary

Gets or sets the configuration value.

Syntax

C#
VB
C++
[ColumnAttribute(DbType="NText", UpdateCheck=1, Storage="_Value")] 
public string Value { get; set; } 
<ColumnAttribute(DbType:="NText", UpdateCheck:=1, Storage:="_Value")>  _ 
Public Overridable Property Value() As System.String 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"NText", UpdateCheck=1, Storage=L"_Value")] 
virtual property System.String^  Value 
{ 
 System.String^  get() 
 System::Void set(System.String^  value) 
} 

Property Value

The configuration value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly