Dev2.Studio.ViewModels.Administration.DialogueViewModel.SetDescriptionTitleText C# (CSharp) Method

SetDescriptionTitleText() private method

private SetDescriptionTitleText ( string text ) : void
text string
return void
        private void SetDescriptionTitleText(string text)
        {
            _descriptionTitleText = string.IsNullOrEmpty(text) ? string.Empty : text;
        }