Share via


SharedPropertyGroup.PropertyByPosition(Int32) Yöntem

Tanım

Verilen konumdaki özelliğini döndürür.

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

Parametreler

position
Int32

özelliğinin dizini.

Döndürülenler

İstenen SharedProperty.

Açıklamalar

aksine CreatePropertyByPosition, bu özelliğin zaten mevcut olması gerekir.

Şunlara uygulanır