TwoLineElementSet.Classification Property |
Gets or sets the classification.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string Classification { get; set; }
Public Property Classification As String
Get
Set
public:
property String^ Classification {
String^ get ();
void set (String^ value);
}
member Classification : string with get, set
Property Value
Type:
String
See Also