FeedMetadata::SharingInformation Property

Gets the FeedSync sharing information for the feed or a nullptr when no sharing information exists.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property FeedSharingInformation^ SharingInformation {
	FeedSharingInformation^ get ();
}

Property Value

Type: Microsoft.Synchronization.FeedSync::FeedSharingInformation
The FeedSync sharing information for the feed or a nullptr when no sharing information exists.
Show: