CertSrvCdpAiaConfigTItem Property
Gets the element at the specified index.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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