Compartilhar via


Registration.Id Property

Definition

Gets or sets the id used to register the request. This can be used to deregister later.

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="id")]
public string Id { get; set; }
[<System.Runtime.Serialization.DataMember(Name="id")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes

Applies to