| Visual Basic (Declaration) | |
|---|---|
Public Function Get( _ ByVal name As String _ ) As PropertyValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ReportProperties Dim name As String Dim value As PropertyValue value = instance.Get(name) | |
| C# | |
|---|---|
public PropertyValue Get( string name ) | |
| Managed Extensions for C++ | |
|---|---|
public: PropertyValue* Get( string* name ) | |
| C++/CLI | |
|---|---|
public: PropertyValue^ Get( String^ name ) | |
Parameters
- name
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family