AddContentFooterAction.UIElementName Property
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.
An API used to mark the content footer element. This should be the name that should be used for the UI element that holds the content footer.
public string UIElementName { get; }
member this.UIElementName : string
Public ReadOnly Property UIElementName As String
Property Value
Remarks
The same name will be returned in RemoveContentFooterAction in case the content footer needs to be removed.