Leadtools.Services.Barcode.DataContracts Namespace > Barcode1d Class : StandardFlags Property |
[DataMemberAttribute(Name="StandardFlags", IsRequired=true)] public Barcode1dStandardFlags StandardFlags {get; set;}
'Declaration <DataMemberAttribute(Name="StandardFlags", IsRequired=True)> Public Property StandardFlags As Barcode1dStandardFlags
'Usage Dim instance As Barcode1d Dim value As Barcode1dStandardFlags instance.StandardFlags = value value = instance.StandardFlags
[DataMemberAttribute(Name="StandardFlags", IsRequired=true)] public: property Barcode1dStandardFlags StandardFlags { Barcode1dStandardFlags get(); void set ( Barcode1dStandardFlags value); }