public bool TryGetFieldAttribute( string fieldName, Type attributeType, out Attribute attribute )
Public Function TryGetFieldAttribute ( fieldName As String, attributeType As Type, <OutAttribute> ByRef attribute As Attribute ) As Boolean
public: virtual bool TryGetFieldAttribute( String^ fieldName, Type^ attributeType, [OutAttribute] Attribute^% attribute ) sealed
abstract TryGetFieldAttribute : fieldName : string * attributeType : Type * attribute : Attribute byref -> bool override TryGetFieldAttribute : fieldName : string * attributeType : Type * attribute : Attribute byref -> bool
function TryGetFieldAttribute(fieldName, attributeType, attribute);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.