Propstat
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.webdav
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Propstat()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aProps: Slice<Property>; aStatus: Int64; aXMLError: string; aResponseDescription: string)
// Island
constructor(aProps: Slice<Property>; aStatus: int; aXMLError: string; aResponseDescription: string)
// .NET, .NET Standard 2.0
Propstat(Slice<Property> aProps, Int64 aStatus, string aXMLError, string aResponseDescription)
// Island
Propstat(Slice<Property> aProps, int aStatus, string aXMLError, string aResponseDescription)
// .NET, .NET Standard 2.0
init(_ aProps: Slice<Property>, _ aStatus: Int64, _ aXMLError: string, _ aResponseDescription: string)
// Island
init(_ aProps: Slice<Property>, _ aStatus: int, _ aXMLError: string, _ aResponseDescription: string)
// .NET, .NET Standard 2.0
Sub New(aProps As Slice<Property>, aStatus As Int64, aXMLError As string, aResponseDescription As string)
// Island
Sub New(aProps As Slice<Property>, aStatus As int, aXMLError As string, aResponseDescription As string)
Parameters:
- aProps:
- aStatus:
- aXMLError:
- aResponseDescription:
constructor (Propstat)
constructor(value: Propstat)
Propstat(Propstat value)
init(_ value: Propstat)
Sub New(value As Propstat)
Parameters:
- value:
Props
var Props: Slice<Property>;
Slice<Property> Props
var Props: Slice<Property>
Props Slice<Property>
FIELD Props() As Slice<Property>
ResponseDescription
var ResponseDescription: string;
string ResponseDescription
var ResponseDescription: string
ResponseDescription string
FIELD ResponseDescription() As string
Status
var Status: int;
int Status
var Status: int
Status int
FIELD Status() As int
XMLError
var XMLError: string;
string XMLError
var XMLError: string
XMLError string
FIELD XMLError() As string
Props
var Props: Slice<Property>;
Slice<Property> Props
var Props: Slice<Property>
Props Slice<Property>
FIELD Props() As Slice<Property>
ResponseDescription
var ResponseDescription: string;
string ResponseDescription
var ResponseDescription: string
ResponseDescription string
FIELD ResponseDescription() As string
Status
var Status: int;
int Status
var Status: int
Status int
FIELD Status() As int
XMLError
var XMLError: string;
string XMLError
var XMLError: string
XMLError string
FIELD XMLError() As string
constructor
constructor
Propstat()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aProps: Slice<Property>; aStatus: Int64; aXMLError: string; aResponseDescription: string)
// Island
constructor(aProps: Slice<Property>; aStatus: int; aXMLError: string; aResponseDescription: string)
// .NET, .NET Standard 2.0
Propstat(Slice<Property> aProps, Int64 aStatus, string aXMLError, string aResponseDescription)
// Island
Propstat(Slice<Property> aProps, int aStatus, string aXMLError, string aResponseDescription)
// .NET, .NET Standard 2.0
init(_ aProps: Slice<Property>, _ aStatus: Int64, _ aXMLError: string, _ aResponseDescription: string)
// Island
init(_ aProps: Slice<Property>, _ aStatus: int, _ aXMLError: string, _ aResponseDescription: string)
// .NET, .NET Standard 2.0
Sub New(aProps As Slice<Property>, aStatus As Int64, aXMLError As string, aResponseDescription As string)
// Island
Sub New(aProps As Slice<Property>, aStatus As int, aXMLError As string, aResponseDescription As string)
Parameters:
- aProps:
- aStatus:
- aXMLError:
- aResponseDescription:
constructor (Propstat)
constructor(value: Propstat)
Propstat(Propstat value)
init(_ value: Propstat)
Sub New(value As Propstat)
Parameters:
- value: