次の方法で共有


BasicAuthenticationCloudCredentials.Password プロパティ

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll)

使用方法

'使用
Dim instance As BasicAuthenticationCloudCredentials
Dim value As String

value = instance.Password

instance.Password = value

構文

'宣言
Public Property Password As String
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_Password ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Password (String value)
CompilerGeneratedAttribute 
public function get Password () : String

CompilerGeneratedAttribute 
public function set Password (value : String)

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

BasicAuthenticationCloudCredentials クラス
BasicAuthenticationCloudCredentials のメンバー
Microsoft.WindowsAzure 名前空間