Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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