|  | DbActParticipationParticipationRoleUuid Property  | 
 
            Gets or sets the role that the player plays in the act
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Acts
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic byte[] ParticipationRoleUuid { get; set; }Public Property ParticipationRoleUuid As Byte()
	Get
	Set
public:
property array<unsigned char>^ ParticipationRoleUuid {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}member ParticipationRoleUuid : byte[] with get, set
Property Value
Type: 
Byte See Also
See Also