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 | |
---|---|---|
Expires | Gets the expires value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no expires value exists. | |
Since | Gets the since value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no since value exists. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.