Share via


AttributeHelper<T>.GetAttribute Method

Definition

Overloads

GetAttribute(Expression<Func<Object>>)
GetAttribute(Expression<Func<T,Object>>)

GetAttribute(Expression<Func<Object>>)

public Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdPropertyAttribute GetAttribute (System.Linq.Expressions.Expression<Func<object>> propertyNameProvider);
member this.GetAttribute : System.Linq.Expressions.Expression<Func<obj>> -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdPropertyAttribute
Public Function GetAttribute (propertyNameProvider As Expression(Of Func(Of Object))) As VhdPropertyAttribute

Parameters

propertyNameProvider
Expression<Func<Object>>

Returns

Applies to

GetAttribute(Expression<Func<T,Object>>)

public Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdPropertyAttribute GetAttribute (System.Linq.Expressions.Expression<Func<T,object>> propertyNameProvider);
member this.GetAttribute : System.Linq.Expressions.Expression<Func<'T, obj>> -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdPropertyAttribute
Public Function GetAttribute (propertyNameProvider As Expression(Of Func(Of T, Object))) As VhdPropertyAttribute

Parameters

propertyNameProvider
Expression<Func<T,Object>>

Returns

Applies to