ShareCompletedEventArgs.ShareTarget 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 share target.
public:
property ShareTargetInfo ^ ShareTarget { ShareTargetInfo ^ get(); };
ShareTargetInfo ShareTarget();
public ShareTargetInfo ShareTarget { get; }
var shareTargetInfo = shareCompletedEventArgs.shareTarget;
Public ReadOnly Property ShareTarget As ShareTargetInfo
Property Value
The share target.