다음을 통해 공유


ConfigurationElementCollection<T>.IsReadOnly Method ()

 

Applies To: Dynamics CRM 2013

True if the collection is read only.

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public override bool IsReadOnly()
public:
virtual bool IsReadOnly() override
override IsReadOnly : unit -> bool
Public Overrides Function IsReadOnly As Boolean

Return Value

Type: System.Boolean

Type: Boolean
true if the collection is read only; otherwise false.

See Also

ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top