StringSignalIdentifierIdentifier Property |
Gets or sets the string identifier used to identify a signal.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string Identifier { get; set; }
Public Property Identifier As String
Get
Set
public:
property String^ Identifier {
String^ get ();
void set (String^ value);
}
member Identifier : string with get, set
Property Value
Type:
StringSee Also