HttpRequestMessage.PrivacyAnnotation 属性

定义

public:
 property Platform::String ^ PrivacyAnnotation { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PrivacyAnnotation();

void PrivacyAnnotation(winrt::hstring value);
public string PrivacyAnnotation { get; set; }
var string = httpRequestMessage.privacyAnnotation;
httpRequestMessage.privacyAnnotation = string;
Public Property PrivacyAnnotation As String

属性值

String

Platform::String

winrt::hstring

适用于