  | PluginAttributeGroup Property  | 
 
            Gets or sets the grouping of the plugin functionality
            
 
    Namespace: 
   SanteDB.Core.Attributes
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic string Group { get; set; }Public Property Group As String
	Get
	Set
public:
property String^ Group {
	String^ get ();
	void set (String^ value);
}member Group : string with get, set
Property Value
Type: 
String
See Also