AttributeHelper<T>.GetAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>>