Google.Ads.GoogleAds.V10.Services.CustomerUserAccessInvitationOperation.IsNullOrEmpty C# (CSharp) Метод

IsNullOrEmpty() приватный Метод

private IsNullOrEmpty ( ) : string.
Результат string.
            get => string.IsNullOrEmpty(Remove) ? null : gagvr::CustomerUserAccessInvitationName.Parse(Remove, allowUnparsed: true);
            set => Remove = value?.ToString() ?? "";
CustomerUserAccessInvitationOperation