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