method (property)

The remote Method .

Syntax

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

Default Value

""

Remarks

When the MethodURI or Method properties are set, the ActionURI property is automatically updated to MethodURI#Method.

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