'Declaration
Public Property Subtype As PdfStandardArtifactSubtype
'Usage
Dim instance As PdfStandardArtifactAttribute Dim value As PdfStandardArtifactSubtype instance.Subtype = value value = instance.Subtype
public PdfStandardArtifactSubtype Subtype {get; set;}
public: property PdfStandardArtifactSubtype Subtype { PdfStandardArtifactSubtype get(); void set ( PdfStandardArtifactSubtype value); }