SocialAttachment.Name propriedade
Obtém ou define o nome do anexo.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Property Name As String
Get
Set
'Uso
Dim instance As SocialAttachment
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Valor de propriedade
Tipo: System.String