| Visual Basic (Declaration) | |
|---|---|
Protected ReadOnly Property Product As ProductInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ISBindingContainer Dim value As ProductInfo value = instance.Product | |
| C# | |
|---|---|
protected ProductInfo Product {get;} | |
| Delphi | |
|---|---|
protected read-only property Product: ProductInfo; | |
| JScript | |
|---|---|
protected function get Product : ProductInfo | |
| Managed Extensions for C++ | |
|---|---|
protected: __property ProductInfo* get_Product(); | |
| C++/CLI | |
|---|---|
protected:
property ProductInfo^ Product {
ProductInfo^ get();
} | |
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