Used to track the new note ID that is used to establish a relation with wall note posts and uploaded files (as files are uploaded before the post is entered into the database).

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid NewNoteId { get; set; }
Visual Basic
Public Property NewNoteId As Guid
	Get
	Set
Visual C++
public:
property Guid NewNoteId {
	Guid get ();
	void set (Guid value);
}
F#
member NewNoteId : Guid with get, set

Property Value

Type: Guid

See Also