Share via


FeedMetadata.SharingInformation Property

Gets the FeedSync sharing information for the feed or a null reference (Nothing in Visual Basic) when no sharing information exists.

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

Syntax

'Declaration
Public ReadOnly Property SharingInformation As FeedSharingInformation
    Get
'Usage
Dim instance As FeedMetadata
Dim value As FeedSharingInformation

value = instance.SharingInformation
public FeedSharingInformation SharingInformation { get; }
public:
property FeedSharingInformation^ SharingInformation {
    FeedSharingInformation^ get ();
}
member SharingInformation : FeedSharingInformation
function get SharingInformation () : FeedSharingInformation

Property Value

Type: Microsoft.Synchronization.FeedSync.FeedSharingInformation
The FeedSync sharing information for the feed or a null reference (Nothing in Visual Basic) when no sharing information exists.

See Also

Reference

FeedMetadata Class

Microsoft.Synchronization.FeedSync Namespace