ContentLocationInfo.LocationType Property
Gets or sets the location type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public LocationType LocationType { get; set; }
public:
property LocationType LocationType {
LocationType get();
void set(LocationType value);
}
Public Property LocationType As LocationType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.LocationType
See Also
ContentLocationInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top