channelRights (property)

This property contains information about the rights of the given feed.

Syntax

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

Default Value

""

Remarks

This property contains information about the rights of the given feed.

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