Interface IProperty
The base property interface
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IProperty
Properties
| Improve this Doc View SourceAlternativeNames
Gets the alternative XML names
Declaration
[NotNull]
[ItemNotNull]
IReadOnlyCollection<XName> AlternativeNames { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<XName> |
Language
Gets the language of this property value
Declaration
[CanBeNull]
string Language { get; }
Property Value
Type | Description |
---|---|
String |
Name
Gets the XML name of the property
Declaration
[NotNull]
XName Name { get; }
Property Value
Type | Description |
---|---|
XName |