Condividi tramite


SharedPropertyGroup.Property(String) Metodo

Definizione

Restituisce la proprietà con il nome specificato.

public:
 System::EnterpriseServices::SharedProperty ^ Property(System::String ^ name);
public System.EnterpriseServices.SharedProperty Property (string name);
member this.Property : string -> System.EnterpriseServices.SharedProperty
Public Function Property (name As String) As SharedProperty

Parametri

name
String

Nome della proprietà richiesta.

Restituisce

Oggetto SharedProperty richiesto.

Commenti

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

Si applica a