Partager via


ContentLocationLocationRecord.SmbPaths Property

 

Gets an array of SMB distribution points for content location.

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

Syntax

public Collection<ContentLocationSmbPath> SmbPaths { get; }
public:
property Collection<ContentLocationSmbPath^>^ SmbPaths {
    Collection<ContentLocationSmbPath^>^ get();
}
Public ReadOnly Property SmbPaths As Collection(Of ContentLocationSmbPath)

Property Value

Type: System.Collections.ObjectModel.Collection<ContentLocationSmbPath>

See Also

ContentLocationLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top