 | PublicLibraryCatalogLibraryVersionDescription Property |
Gets and sets a description text to explain the library version
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also