Selerix Developer Tools
Item Property (ExternalReferenceIDCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ExternalReferenceIDCollection Class : Item Property
Gets or sets the ExternalReferenceID with the specified external system ID.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal externalSystemID As String _
) As ExternalReferenceID
'Usage
 
Dim instance As ExternalReferenceIDCollection
Dim externalSystemID As String
Dim value As ExternalReferenceID
 
instance.Item(externalSystemID) = value
 
value = instance.Item(externalSystemID)
public new ExternalReferenceID this[ 
   string externalSystemID
]; {get; set;}
public  this: : ExternalReferenceID;[ 
    externalSystemID: String
]; read-write
public hide  this[ 
   externalSystemID : String
] get,set : ExternalReferenceID
public: __property new ExternalReferenceID* get_Item   string* externalSystemID
;
public: __property new void set_Item   string* externalSystemID,
   ExternalReferenceID* value
;
public:
new property ExternalReferenceID^ default [String^] {
   ExternalReferenceID^ get(String^ externalSystemID);
   void set (String^ externalSystemID, ExternalReferenceID^ value);
}

Parameters

externalSystemID
See Also

Reference

ExternalReferenceIDCollection Class
ExternalReferenceIDCollection Members