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

Array of SMB distribution points for content location

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<

ContentLocationSmbPath> 
SmbPaths { 
get; }
Public 
ReadOnly 
Property 
SmbPaths 
As 
Collection(
Of 

ContentLocationSmbPath)
	
Get
public:
property 
Collection<

ContentLocationSmbPath^>^ 
SmbPaths {
	
Collection<

ContentLocationSmbPath^>^ 
get ();
}

See Also