SocialFeedSharedItem.OriginalSource Property

Definition

Gets or sets the original Uniform Resource Identifier (URI) of the shared item.

public:
 property Uri ^ OriginalSource { Uri ^ get(); void set(Uri ^ value); };
Uri OriginalSource();

void OriginalSource(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
Uri OriginalSource();

void OriginalSource(Uri value);
public System.Uri OriginalSource { get; set; }
public System.Uri OriginalSource { [Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem 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; [Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var uri = socialFeedSharedItem.originalSource;
socialFeedSharedItem.originalSource = uri;
Public Property OriginalSource As Uri

Property Value

The original Uniform Resource Identifier (URI) of the shared item.

Attributes

Applies to