Share via


_sWebMetadata.Description field

Specifies the description of the site.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public Description As String
'Usage
Dim instance As _sWebMetadata
Dim value As String

value = instance.Description

instance.Description = value
public string Description

Remarks

Metadata is often associated with factors such as security and authentication. It may be implemented as an abstract layer that reduces the amount of network traffic associated with the request/response model on which the site is based.

See also

Reference

_sWebMetadata structure

_sWebMetadata members

WebSvcSiteData namespace

Description