Identifies the story that this story fragment belongs to. If omitted, the story fragment is not associated with any story.

Namespace: FirstFloor.Documents.DocumentStructures
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string StoryName { get; internal set; }
Visual Basic
Public Property StoryName As String
	Get
	Friend Set
Visual C++
public:
property String^ StoryName {
	String^ get ();
	internal: void set (String^ value);
}

Field Value

The name of the story.

See Also