|
| MultiArchive SDK .NET Documentation |
| ItemOperationCompletedEventArgs..::..Urn Property |
| ItemOperationCompletedEventArgs Class See Also Send Feedback |
|
[This is preliminary documentation and is subject to change.]
Property for holding the ItemURN of the newly created item.
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public string Urn { get; set; } |
| Visual Basic |
|---|
Public Property Urn As String Get Set |
| Visual C++ |
|---|
public: property String^ Urn { String^ get (); void set (String^ value); } |