[This is preliminary documentation and is subject to change.]
Returns a SealedString for an existing key in scope or SealedString.Unassigned for a non-exisiting string
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public SealedString this[
string value
] { get; }
public SealedString this[
string value
] { get; }
Public ReadOnly Default Property Item (
value As String
) As SealedString
Get
Public ReadOnly Default Property Item (
value As String
) As SealedString
Get
public:
property SealedString default[String^ value] {
SealedString get (String^ value);
}
public:
property SealedString default[String^ value] {
SealedString get (String^ value);
}
member Item : SealedString with get
member Item : SealedString with get
Property Value
Type:
SealedString