...
Description |
---|
Excerpt |
---|
Returns the value of a specified property. The value can be one of the following types, depending on the property: String, Double, Integer, Boolean or DateTime. |
Signature | ||||
---|---|---|---|---|
| ||||
public System.Object this[System.String propertyName] { get; set; }
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Default Property Item(ByVal propertyName As String) As Object
{signature}
{parameters}
{param:property}The built\-in property.{param}
{returns}The value of the built\-in property.{returns}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The built-in property. |
Returns |
---|
The value of the built-in property. |
Example | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|