SocialDashboardItemUpdater.OwnerRemoteId 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.
Gets the ID that identifies the user on the provider's system.
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
Property Value
The ID that identifies the user on the provider's system.
- Attributes