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 or sets the discovery properties. This property is not used in confirmation requests.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<MessageProperty> DiscoveryProperties { get; }
public:
property Collection<MessageProperty^>^ DiscoveryProperties {
Collection<MessageProperty^>^ get();
}
Public ReadOnly Property DiscoveryProperties As Collection(Of MessageProperty)
Property Value
Type: System.Collections.ObjectModel.Collection<MessageProperty>
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top