SharedPropertyGroupManager.Group(String) 方法

定义

查找具有给定名称的属性组。

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

参数

name
String

请求的属性的名称。

返回

SharedPropertyGroup

请求的 SharedPropertyGroup

适用于