'Declaration
Public Property PkiFindType As PkiFindType
'Usage
Dim instance As CertificateQuery Dim value As PkiFindType instance.PkiFindType = value value = instance.PkiFindType
public PkiFindType PkiFindType {get; set;}
public: property PkiFindType PkiFindType { PkiFindType get(); void set ( PkiFindType value); }
Property Value
The default value of this property is FindBySubjectDistinguishedName (PkiFindType.FindBySubjectDistinguishedName)
.