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,此属性必须已存在。