ContentLocationInfo.SerializedLocationType Property
Gets or sets the location type for the content location.
This property is only for serialization purposes. Use LocationType instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string SerializedLocationType { get; set; }
public:
property String^ SerializedLocationType {
String^ get();
void set(String^ value);
}
Public Property SerializedLocationType As String
Property Value
Type: System.String
See Also
ContentLocationInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top