C# Class OpenMetaverse.GroupNotice

Struct representing a group notice
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
AttachmentID UUID
Message string
OwnerID UUID
Subject string

Public Methods

Method Description
SerializeAttachment ( ) : byte[]

Method Details

SerializeAttachment() public method

public SerializeAttachment ( ) : byte[]
return byte[]

Property Details

AttachmentID public property

public UUID AttachmentID
return UUID

Message public property

public string Message
return string

OwnerID public property

public UUID OwnerID
return UUID

Subject public property

public string Subject
return string