SharePointListRWSubmitConnection.SiteUrl property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride Property SiteUrl As Uri
Get
Set
'Usage
Dim instance As SharePointListRWSubmitConnection
Dim value As Uri
value = instance.SiteUrl
instance.SiteUrl = value
public abstract Uri SiteUrl { get; set; }
Property value
Type: System.Uri
See also
Reference
SharePointListRWSubmitConnection class