Partager via


MessagePropertyAttribute.IgnoreForSender Property

 

Gets or sets a list of senders that will ignore this property when validating the message. Some properties are not necessary for certain senders.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Type[] IgnoreForSender { get; set; }
public:
property array<Type^>^ IgnoreForSender {
    array<Type^>^ get();
    void set(array<Type^>^ value);
}
Public Property IgnoreForSender As Type()

Property Value

Type: System.Type[]

See Also

MessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top