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

In This Topic
    GetReadOnlyAttribute(Object,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetReadOnlyAttribute( _
       ByVal component As Object, _
       ByVal propName As String _
    ) As Boolean
    public static bool GetReadOnlyAttribute( 
       object component,
       string propName
    )

    Parameters

    component
    propName
    See Also