Gets the
Payer with the specified unique ID.
Syntax
'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As Guid _
) As Payer
'Usage
Dim instance As PayerCollection
Dim uniqueID As Guid
Dim value As Payer
value = instance.Item(uniqueID)
public new Payer this[
Guid
]; {get;}
public this: : Payer;[
: Guid
]; read-only
public hide this[
: Guid
] get : Payer
public: __property new Payer* get_Item Guid
;
public:
new property Payer^ default [Guid] {
Payer^ get(Guid );
}
Parameters
- uniqueID
See Also