LocalMPLocationRequest.ClientLocationInfo Property
Gets or sets content location information for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public ClientLocationInfo ClientLocationInfo { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property ClientLocationInfo^ ClientLocationInfo {
ClientLocationInfo^ get();
void set(ClientLocationInfo^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property ClientLocationInfo As ClientLocationInfo
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ClientLocationInfo
See Also
LocalMPLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top