Share via


FeedSharingInformation Class

Represents the FeedSync sharing metadata for the feed.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.FeedSharingInformation

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

Syntax

'Declaration
Public Class FeedSharingInformation
'Usage
Dim instance As FeedSharingInformation
public class FeedSharingInformation
public ref class FeedSharingInformation
type FeedSharingInformation =  class end
public class FeedSharingInformation

The FeedSharingInformation type exposes the following members.

Properties

  Name Description
Public property Expires Gets the expires value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no expires value exists.
Public property Since Gets the since value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no since value exists.
Public property Until Gets the until value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no until value exists.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.FeedSync Namespace