ImageRendition.Name 属性

Gets or sets the name of an image rendition.

命名空间:  Microsoft.SharePoint.Client.Publishing
程序集:   Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中);  Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中)  Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)

语法

声明
Public Property Name As String
    Get
    Set
用法
Dim instance As ImageRendition
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }

属性值

类型:System.String
The name of an image rendition.

备注

It must not be 空引用(无 在 Visual Basic 中) or empty.

另请参阅

引用

ImageRendition 类

ImageRendition 成员

Microsoft.SharePoint.Client.Publishing 命名空间