This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Buildah.
Summary
Retrieve
AutoPropertyAttribute
from property or null if there isn't one.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- Arguments
Builder Extension
Syntax
public static AutoPropertyAttribute GetAutoPropertyAttributeOrNull(PropertyInfo property)
Parameters
Name | Type | Description |
---|---|---|
property | PropertyInfo | The property. |
Return Value
Type | Description |
---|---|
Auto |
an instance of AutoPropertyAttribute . |