DdmArrayProperty.IsReadOnly Property
Gets a value that indicates whether the ICollection<T> is read-only.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
virtual bool get() sealed;
}
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Type: System.Boolean
True if the ICollection<T> is read-only; otherwise, false.
Implements
See Also
DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top