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

Indicates the location type of the specific location record

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
LocationType
<
SerializableAttribute> _
Public 
Enumeration 
LocationType
[
SerializableAttribute]
public 
enum class 
LocationType

Members

Member Description
Unknown
Unknown location
SMSPackage
Location type is a SMS Package
SMSUpdate
Location type is a SMS Update
SMSWSUS
Location type is SMS Wsus

See Also