SharedPropertyGroup.Property(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回具有指定名稱的屬性。
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,這個屬性必須已經存在。