public ConversationId ConversationId { get; set; }
Public Property ConversationId As ConversationId
Get
Set
public:
property ConversationId^ ConversationId {
ConversationId^ get ();
void set (ConversationId^ value);
}
member ConversationId : ConversationId with get, set