Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.