RegisterResponseInfo.RegistrationId 属性

定义

获取或设置唯一标识新注册的对等解析程序的 GUID。Gets or sets a GUID that uniquely identifies the newly-registered peer.

public:
 property Guid RegistrationId { Guid get(); void set(Guid value); };
public Guid RegistrationId { get; set; }
member this.RegistrationId : Guid with get, set
Public Property RegistrationId As Guid

属性值

Guid

唯一标识新注册的对等解析程序的 GuidGuid that uniquely identifies the newly-registered peer.

适用于