Class BaseFunctionDocumentationAttribute
Base attribute to document a function or selector
Inheritance
System.Object
BaseFunctionDocumentationAttribute
Namespace: PnP.Framework.Modernization.Functions
Assembly: PnP.Framework.dll
Syntax
public abstract class BaseFunctionDocumentationAttribute : Attribute
Properties
Description
Description of the function
Declaration
public string Description { get; set; }
Property Value
System.String
|
Example
Function example
Declaration
public string Example { get; set; }
Property Value
System.String
|