Inherited from IDictionary.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic ICollection<string> Values { get; }
Public ReadOnly Property Values As ICollection(Of String)
Get
public:
virtual property ICollection<String^>^ Values {
ICollection<String^>^ get () sealed;
}
abstract Values : ICollection<string> with get
override Values : ICollection<string> with get
Property Value
Type:
ICollectionStringImplements
IDictionaryTKey, TValueValues
See Also