[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a valie that determines if any part of the file was downloaded from a peer

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
IsDownloadedFromPeer(
	
out 
bool 
fromPeer
)
Sub 
IsDownloadedFromPeer ( _
		<
OutAttribute> 
ByRef 
fromPeer 
As 
Boolean _
)
void 
IsDownloadedFromPeer(
		[
OutAttribute] 
bool% 
fromPeer
)

Parameters

fromPeer
Boolean %

See Also