channelCopyright (property)

This property contains the copyright information for the current RSS channel (500 char max).

Syntax

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

Default Value

""

Remarks

This property contains the copyright information for the current RSS channel (500 char max).

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