Our sample property.
Namespace:
TestDLL
Assembly: TestDLL (in TestDLL.dll)
Syntax
| Visual Basic (Declaration) |
Public Property prop1() As String |
|
C#
|
public string prop1 {get; set;} |
|
JScript
|
public function get prop1() : String; public function set prop1(value : String); |
Property Value
Some nice text.
Remarks
Example
This is an example how to use prop1 and prop2 properties:
| | Copy Code |
|---|
Try If Me.prop1 <> "hello" Then prop2 = DllModule1.sampleEnum.value2 End If Catch ex As nestedException prop2 = DllModule1.sampleEnum.value1 End Try |
Author
Peter Macej
Version
2.0
Revision
27
Copyright
(c) 2006 Helixoft
To do
Improve exception handling
Platforms
Version Information
.NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0
.NET Compact Framework
Supported in: 2.0, 1.0
XNA Framework
Supported in: 1.0
See Also