Gets or sets topic id.

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

Syntax

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

Property Value

Type: Guid

See Also