channelCategoryLabel (property)

This property contains a textual description of the label for the category.

Syntax

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

Default Value

""

Remarks

This property contains a textual description of the label for the category.

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