Gets or sets the String value in the key-and-value pair.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string Value { get; set; }
Visual Basic
Public Property Value As String
	Get
	Set

Property Value

Type: String
The String value in the key-and-value pair. This value can be a null reference, which is also the default.

See Also