共用方式為


SharedPropertyGroup.Property(String) 方法

定義

傳回具有指定名稱的屬性。

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

參數

name
String

要求的屬性名稱。

傳回

所要求的 SharedProperty

備註

不同於 CreateProperty,這個屬性必須已經存在。

適用於