channelWebMaster (property)

This property contains the email address or contact information for the current RSS channel's webmaster.

Syntax

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

Default Value

""

Remarks

This property contains the email address or contact information for the current RSS channel's webmaster.

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