←Select platform

Credentials Property

Summary

Gets or sets the credentials for this SharePointClient object.

Syntax

C#
VB
C++
public ICredentials Credentials { get; set; } 
  
Public Property Credentials As ICredentials 
public: 
property ICredentials^ Credentials { 
   ICredentials^ get(); 
   void set (    ICredentials^ ); 
} 

Property Value

The credentials for this SharePointClient object. The default value is null (Nothing in VB).

Remarks

The Credentials object must be either a System.Net.NetworkCredential or a System.Net.CredentialCache object.

Example

For an example, refer to SharePointClient.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.