SPFieldUrlValue.Description property
Obtém ou define o texto descritivo para o link.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Description As String
Get
Set
'Uso
Dim instance As SPFieldUrlValue
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o texto descritivo.