LocationType Enumeration

 

Indicates the location type of the specified location record.

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

Syntax

[SerializableAttribute]
public enum LocationType
[SerializableAttribute]
public enum class LocationType
<SerializableAttribute>
Public Enumeration LocationType

Members

Member name Description
SMSPackage

Location type is an SMS Package.

SMSUpdate

Location type is an SMS Update.

SMSWSUS

Location type is an SMS WSUS.

Unknown

Unknown location.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top