WebPartAdder.Selector.MajorPlusMinor - Propriété
Obtient la chaîne de sélecteur au format MAJOR [: secondaire].
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MajorPlusMinor As String
Get
'Utilisation
Dim instance As WebPartAdder.Selector
Dim value As String
value = instance.MajorPlusMinor
public string MajorPlusMinor { get; }
Valeur de propriété
Type : System.String
La chaîne de sélecteur au format MAJOR [: secondaire].
Voir aussi
Référence
WebPartAdder.Selector structure