다음을 통해 공유


FeedMetadata.SharingInformation 속성

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

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

구문

‘선언
Public ReadOnly Property SharingInformation As FeedSharingInformation
‘사용 방법
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

속성 값

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

참고 항목

참조

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