IBackgroundTransferOperation.Group Property
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.
Note
Group may be altered or unavailable for releases after Windows 8.1. Instead, use the relevant DownloadOperation or UploadOperation TransferGroup.
Gets a string value indicating the group the transfer belongs to.
public:
property Platform::String ^ Group { Platform::String ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
winrt::hstring Group();
/// [get: Windows.Foundation.Metadata.Deprecated("Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
winrt::hstring Group();
public string Group { [Windows.Foundation.Metadata.Deprecated("Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public string Group { [Windows.Foundation.Metadata.Deprecated("Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var string = iBackgroundTransferOperation.group;
Public ReadOnly Property Group As String
Property Value
The group name.
- Attributes