JournalEntry::CustomContentState Property

 

Gets or sets the CustomContentState object that is associated with this journal entry.

Namespace:   System.Windows.Navigation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property CustomContentState^ CustomContentState {
	CustomContentState^ get();
	internal: void set(CustomContentState^ value);
}

Property Value

Type: System.Windows.Navigation::CustomContentState^

The CustomContentState object that is associated with this journal entry. If one is not associated, null is returned.

.NET Framework
Available since 3.0
Return to top
Show: