Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID assigned to the control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ID As String
Get
'Usage
Dim instance As SPMobileFileUploadBrowser
Dim value As String
value = instance.ID
public override string ID { get; }
Property Value
Type: System.String
The String object that represents the ID assigned to the control.
Remarks
"__Mobile_FileUpload" is return by default. Note that this string begins with two underscore characters.
See Also
Reference
SPMobileFileUploadBrowser Class