BackgroundTransferContentPart.SetText(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this method to set text information that the BackgroundTransferContentPart represents.
public:
virtual void SetText(Platform::String ^ value) = SetText;
void SetText(winrt::hstring const& value);
public void SetText(string value);
function setText(value)
Public Sub SetText (value As String)
Parameters
- value
-
String
Platform::String
winrt::hstring
A string value used to represent text information. (for example, api_sig, api_key, auth_token, etc...)