Share via


MessagePropertyDictionary.IsReadOnly Property

 

Indicates whether the collection is read-only.

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

Syntax

public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get();
}
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

See Also

MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top