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

适用于