|
NodeDescription Property
|
Description field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
function get_Description();
function set_Description(value);
View SourceProperty Value
String
See Also