Gets the String value of the current dictionary entry.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
string Value { get; } |
Visual Basic |
---|
ReadOnly Property Value As String Get |
Property Value
Type: StringThe String value of the current element of the enumeration.
Remarks
Please refer to Value for details, but
note that Value fails if the collection was modified since the last successful
call to MoveNext()()()() or Reset()()()().
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The enumerator is positioned before the first element of the dictionary or after the last element. -or- The dictionary was modified after the enumerator was created. |