SecureBlackbox 2020 iOS Edition

Questions / Feedback?

artifactURI (property)

An accessor to the URI property of the artifact.

Syntax

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

Default Value

""

Remarks

An accessor to the URI property of the artifact.

The URI property contains the origin of the artifact.

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