Visual Basic (Declaration) | |
---|---|
Public Property Type As FBarcodeType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CiBarcodeBasic Dim value As FBarcodeType instance.Type = value value = instance.Type |
C# | |
---|---|
public FBarcodeType Type {get; set;} |
Delphi | |
---|---|
public read-write property Type: FBarcodeType; |
JScript | |
---|---|
public function get,set Type : FBarcodeType |
Managed Extensions for C++ | |
---|---|
public: __property FBarcodeType get_Type(); public: __property void set_Type( FBarcodeType value ); |
C++/CLI | |
---|---|
public: property FBarcodeType Type { FBarcodeType get(); void set ( FBarcodeType value); } |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family