ConfigMgrContentLocationReply.LocationReply Property
Gets the content location reply information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationReply LocationReply { get; private set; }
public:
property ContentLocationReply^ LocationReply {
ContentLocationReply^ get();
private: void set(ContentLocationReply^ value);
}
Public Property LocationReply As ContentLocationReply
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationReply
See Also
ConfigMgrContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top