de la propiedad AttachmentFieldViewModel.Name
Obtiene o establece el nombre del archivo adjunto.
Espacio de nombres: Microsoft.SharePoint.Phone.Application
Ensamblado: Microsoft.SharePoint.Phone.Application (en Microsoft.SharePoint.Phone.Application.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property Name As String
Get
Set
'Uso
Dim instance As AttachmentFieldViewModel
Dim value As String
value = instance.Name
instance.Name = value
[DataMemberAttribute]
public string Name { get; set; }
Valor de propiedad
Tipo: System.String
string
Vea también
Referencia
clase AttachmentFieldViewModel