mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
31 lines
537 B
Markdown
31 lines
537 B
Markdown
# Value Property
|
|
|
|
|
|
\[Missing <summary> documentation for "P:CapyKit.EncryptedValue`1.Value"\]
|
|
|
|
|
|
|
|
## Definition
|
|
**Namespace:** <a href="N_CapyKit.md">CapyKit</a>
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
|
|
|
|
**C#**
|
|
``` C#
|
|
public T Value { get; set; }
|
|
```
|
|
**F#**
|
|
``` F#
|
|
member Value : 'T with get, set
|
|
```
|
|
|
|
|
|
|
|
#### Property Value
|
|
<a href="T_CapyKit_EncryptedValue_1.md">T</a>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_CapyKit_EncryptedValue_1.md">EncryptedValue(T) Class</a>
|
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|