ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / GetReadOnlyAttribute Method / GetReadOnlyAttribute(PropertyDescriptor) Method

In This Topic
    GetReadOnlyAttribute(PropertyDescriptor) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetReadOnlyAttribute( _
       ByVal prop As PropertyDescriptor _
    ) As Boolean
    public static bool GetReadOnlyAttribute( 
       PropertyDescriptor prop
    )

    Parameters

    prop
    See Also