channelLinkTitle (property)

This property contains the title of the link.

Syntax

@property (nonatomic,readwrite,assign,getter=channelLinkTitle,setter=setChannelLinkTitle:) NSString* channelLinkTitle;
- (NSString*)channelLinkTitle;
- (void)setChannelLinkTitle:(NSString*)newChannelLinkTitle;
public var channelLinkTitle: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the title of the link.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]