Пространство имен: NpoComputer.WebAccess.API
Сборка: NpoComputer.WebAccess.API (в NpoComputer.WebAccess.API.dll), версия: 5.7
Синтаксис:
C# |
public bool TryGetSharedConstantByName( string ConstantName, ref DomainConstant Constant ) |
Visual Basic |
Public Function TryGetSharedConstantByName ( _ ConstantName As String, _ ByRef Constant As DomainConstant _ ) As Boolean |
Visual Basic (Usage) |
Dim instance As DomainHub Dim ConstantName As String Dim Constant As DomainConstant Dim returnValue As Boolean returnValue = instance.TryGetSharedConstantByName(ConstantName, _ Constant) |
Параметры:
• | ConstantName – имя константы; |
• | Constant – общая константа. |
Возвращаемое значение:
True – константа с указанным именем существует и доступна, иначе False.
© Компания Directum, 2020 | Сообщество пользователей Directum |