Share via


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

適用於