ChallengeSelectInfoName Property
The name of the selection option.
Syntax
char* GetChallengeSelectInfoName(int iChallengeSelectInfoIndex);
LPWSTR GetChallengeSelectInfoName(INT iChallengeSelectInfoIndex);
- (NSString*)challengeSelectInfoName:(int)challengeSelectInfoIndex;
public func challengeSelectInfoName(challengeSelectInfoIndex: Int32) throws -> String
Default Value
""
Remarks
The name of the selection option.
The size of the array is controlled by the ChallengeSelectInfoCount property.
This property is read-only and not available at design time.
Data Type
String