Sets the space member's distribution role in the Space to leech or seeder.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
DistributionRole DistributionRole { get; set; }
Visual Basic
Property DistributionRole As DistributionRole
	Get
	Set
Visual C++
property DistributionRole DistributionRole {
	DistributionRole get ();
	void set (DistributionRole value);
}

Field Value

distribution role can be either LEECH or SEEDER

See Also