ParameterInformation.DefaultValue - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property DefaultValue As Object
Get
Set
'Utilisation
Dim instance As ParameterInformation
Dim value As Object
value = instance.DefaultValue
instance.DefaultValue = value
public Object DefaultValue { get; set; }
Valeur de propriété
Type : System.Object