API Reference
Class
EmailStoreConfigurationValue
One typed roaming dictionary value with its original encoding.
Inheritance
- Object
- EmailStoreConfigurationValue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Methods
public Boolean TryGet<T>(out T value) #Returns:
BooleanAttempts to return the decoded value as the requested managed type.
Type Parameters
- T
Parameters
- value ``0@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreConfigurationValueKind Kind { get; } #Decoded supported kind.
public Object Value { get; } #Decoded bool, Int32, or string; null for unsupported/malformed values.
public Int32 TypeCode { get; } #Numeric type code retained from the XML.
public String Raw { get; } #Exact encoded value, including its type-code prefix.