BusinessLogicParameterCollection.Item Property (String)
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As String _
) As Object
Get
Set
'Usage
Dim instance As BusinessLogicParameterCollection
Dim index As String
Dim value As Object
value = instance(index)
instance(index) = value
public Object this[
string index
] { get; set; }
public:
virtual property Object^ default[String^ index] {
Object^ get (String^ index) sealed;
void set (String^ index, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.String
Property Value
Type: System.Object