[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.kbmlm.MLMMetaData.MLMLibrary.Keywords"]
Assembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Keywords { get; set; } |
| Visual Basic |
|---|
Public Property Keywords As String Get Set |
| Visual C++ |
|---|
public: property String^ Keywords { String^ get (); void set (String^ value); } |
| F# |
|---|
member Keywords : string with get, set |