 | EbpAutoLoadAttribute Constructor (String, String) |
Creates a new instance of EbpAutoLoadAttribute
Namespace:
EBP.Framework.Common.Interfaces
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic EbpAutoLoadAttribute(
string kind,
string param
)
Public Sub New (
kind As String,
param As String
)
Parameters
- kind
- Type: SystemString
the category Guid as string - param
- Type: SystemString
az string parameter
See Also