AdcsDbPropertyCollectionValues Property |
Gets a collection containing the values in the dictionary.
Namespace:
SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public ICollection<Object> Values { get; }
Public ReadOnly Property Values As ICollection(Of Object)
Get
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get () sealed;
}
abstract Values : ICollection<Object> with get
override Values : ICollection<Object> with get
Property Value
Type:
ICollectionObjectImplements
IDictionaryTKey, TValueValuesSee Also