Show / Hide Table of Contents

Interface IProperty

The base property interface

Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IProperty

Properties

| Improve this Doc View Source

AlternativeNames

Gets the alternative XML names

Declaration
[NotNull]
[ItemNotNull]
IReadOnlyCollection<XName> AlternativeNames { get; }
Property Value
Type Description
IReadOnlyCollection<XName>
| Improve this Doc View Source

Language

Gets the language of this property value

Declaration
[CanBeNull]
string Language { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Name

Gets the XML name of the property

Declaration
[NotNull]
XName Name { get; }
Property Value
Type Description
XName
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX