CellularApnContext.AccessPointName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示要与之建立连接的接入点的名称。
public:
property Platform::String ^ AccessPointName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AccessPointName();
void AccessPointName(winrt::hstring value);
public string AccessPointName { get; set; }
var string = cellularApnContext.accessPointName;
cellularApnContext.accessPointName = string;
Public Property AccessPointName As String
属性值
接入点名称。