SocialDashboardItemUpdater.OwnerRemoteId Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die ID ab, die den Benutzer auf dem System des Anbieters identifiziert.
public:
property Platform::String ^ OwnerRemoteId { Platform::String ^ get(); };
winrt::hstring OwnerRemoteId();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
winrt::hstring OwnerRemoteId();
public string OwnerRemoteId { get; }
public string OwnerRemoteId { [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; }
var string = socialDashboardItemUpdater.ownerRemoteId;
Public ReadOnly Property OwnerRemoteId As String
Eigenschaftswert
Die ID, die den Benutzer im System des Anbieters identifiziert.
- Attribute