ContentControl.RepeatingSectionItemTitle 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.
Returns or sets the name of the repeating section items used in the context menu associated with the specified repeating section content control. Read/write.
public:
property System::String ^ RepeatingSectionItemTitle { System::String ^ get(); void set(System::String ^ value); };
public string RepeatingSectionItemTitle { get; set; }
member this.RepeatingSectionItemTitle : string with get, set
Public Property RepeatingSectionItemTitle As String
Property Value
Remarks
You can use this property with repeating section content controls only. Using it with other content controls will result in an error.