RoomMessageDictionary.StoryTitle property

The title of a story message.

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Property StoryTitle As String
    Get
    Set
'Usage
Dim instance As RoomMessageDictionary
Dim value As String

value = instance.StoryTitle

instance.StoryTitle = value
public string StoryTitle { get; set; }

Property value

Type: System.String

Remarks

This property returns an empty string when the message type is not Story.

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace