SharedPropertyGroupManager.Group(String) Método

Definición

Busca el grupo de propiedades con el nombre especificado.

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

Parámetros

name
String

Nombre de la propiedad solicitada.

Devoluciones

SharedPropertyGroup solicitado.

Se aplica a