Share via


SharedPropertyGroup.PropertyByPosition(Int32) Metodo

Definizione

Restituisce la proprietà alla posizione specificata.

public:
 System::EnterpriseServices::SharedProperty ^ PropertyByPosition(int position);
public System.EnterpriseServices.SharedProperty PropertyByPosition (int position);
member this.PropertyByPosition : int -> System.EnterpriseServices.SharedProperty
Public Function PropertyByPosition (position As Integer) As SharedProperty

Parametri

position
Int32

Indice della proprietà.

Restituisce

Oggetto SharedProperty richiesto.

Commenti

A differenza di CreatePropertyByPosition, questa proprietà deve esistere già.

Si applica a