'DeclarationPublic ReadOnly Property SoftwareCertificates As SignedSoftwareCertificateCollection
'UsageDim instance As ServerProperties Dim value As SignedSoftwareCertificateCollection value = instance.SoftwareCertificates
public SignedSoftwareCertificateCollection SoftwareCertificates {get;}
public: property SignedSoftwareCertificateCollection^ SoftwareCertificates { SignedSoftwareCertificateCollection^ get(); }