Share via


ChatMessageAttachment.GroupId Property

Definition

Gets or sets the identifier for the attachment group to which this attachment belongs.

public:
 property unsigned int GroupId { unsigned int get(); void set(unsigned int value); };
uint32_t GroupId();

void GroupId(uint32_t value);
public uint GroupId { get; set; }
var uInt32 = chatMessageAttachment.groupId;
chatMessageAttachment.groupId = uInt32;
Public Property GroupId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The group ID of the attachment.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

Attachment groups contain one or more attachments. All attachments belonging to a message are part of the same group. The GroupId identifies the attachments associated with a particular message.

Applies to