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