Brecham.Obex — An OBEX library for the .NET Framework

ObexFileOrFolderItem.Name Property

“The name of the folder or file.” Read-only.

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Remarks

“The name of the folder or file. It does not include any path or similar information. The value of this attribute is used in a NAME header to retrieve the object if desired. This value must be unique in all similar elements in the document. The current folder may be represented by a folder element with the name ".". For example: <folder name=".">.”

The name for an item is constant, and is set a construction time. This property is thus read-only.

See Also

ObexFileOrFolderItem Class | Brecham.Obex.Objects Namespace