다음을 통해 공유


FeedSharingInformation.Expires 속성

FeedSync 공유 정보에 대한 expires 값을 가져오거나 expires 값이 없는 경우 null 참조(Visual Basic에서는 Nothing)을 가져옵니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
Public ReadOnly Property Expires As String
‘사용 방법
Dim instance As FeedSharingInformation
Dim value As String

value = instance.Expires
public string Expires { get; }
public:
property String^ Expires {
    String^ get ();
}
/** @property */
public String get_Expires ()
public function get Expires () : String

속성 값

FeedSync 공유 정보에 대한 expires 값이거나 expires 값이 없는 경우 null 참조(Visual Basic에서는 Nothing)입니다.

주의

expires 값은 피드 게시자가 제안하는 만료 날짜 및 시간을 나타냅니다. 항목 업데이트의 누락을 방지하기 위해 구독자는 만료되기 전에 피드를 읽어야 합니다.

참고 항목

참조

FeedSharingInformation 클래스
FeedSharingInformation 멤버
Microsoft.Synchronization.FeedSync 네임스페이스