Class DeleteMessageByTrackingIdArgs
Inheritance
System.Object
DeleteMessageByTrackingIdArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class DeleteMessageByTrackingIdArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CultureId
Declaration
public string CultureId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TrackingId
Declaration
public Guid TrackingId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |