|
ClientRequestHandlerAliases Property
|
Gets any aliases for the command.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic string[] Aliases { get; }
Public ReadOnly Property Aliases As String()
Get
public:
property array<String^>^ Aliases {
array<String^>^ get ();
}
member Aliases : string[] with get
View SourceProperty Value
String
See Also