'Declaration
Public Function New( _ ByVal certificateGroupElementCollection As UACertificateGroupElementCollection _ )
'Usage
Dim certificateGroupElementCollection As UACertificateGroupElementCollection Dim instance As New UACertificateGroupElementCollection(certificateGroupElementCollection)
public UACertificateGroupElementCollection( UACertificateGroupElementCollection certificateGroupElementCollection )
public: UACertificateGroupElementCollection( UACertificateGroupElementCollection^ certificateGroupElementCollection )
Parameters
- certificateGroupElementCollection
- Certificate group data collection to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).