Group.Add (String, Byte, Object) Method

public void Add( 
string name
byte type
object value 
)
This language is not supported or no code example is available.
public:  
void Add( 
String^ name
Byte type
object^ value 
)
This language is not supported or no code example is available.
public function Add( 
name : String
type : byte
value : object 
);
This language is not supported or no code example is available.

Parameters

name
string

type
byte

value
object

In this article

Definition