[This is preliminary documentation and is subject to change.]
The database generated unique id of the subtopic of the knowledge base
Namespace:
OfficeClip.BusinessLayer.ExtranetAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string SubTopicId { get; set; } |
Visual Basic (Declaration) |
---|
Public Property SubTopicId As String |
Visual C++ |
---|
public: property String^ SubTopicId { String^ get (); void set (String^ value); } |