CertSrvCdpAiaConfigTItem Property
Gets the element at the specified index.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
property T default[int index] {
T get (int index);
}
member Item : 'T with get
- index Int32
- The zero-based index of the element to get or set.
T