VlvRequestControl.ContextId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ContextId 属性包含由服务器分配的、用于标识该搜索操作的上下文 ID。
public:
property cli::array <System::Byte> ^ ContextId { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] ContextId { get; set; }
member this.ContextId : byte[] with get, set
Public Property ContextId As Byte()
属性值
Byte[]
由服务器分配的、用于标识该搜索操作的上下文 ID。