Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As FeedMetadata
Dim value As FeedSharingInformation
value = instance.SharingInformation
public FeedSharingInformation SharingInformation { get; }
public:
property FeedSharingInformation^ SharingInformation {
FeedSharingInformation^ get ();
}
/** @property */
public FeedSharingInformation get_SharingInformation ()
public function get SharingInformation () : FeedSharingInformation
Property Value
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
FeedMetadata Members
Microsoft.Synchronization.FeedSync Namespace