Project.Password 属性

定义

设置用于对项目和包进行加密或解密的密码。

public:
 property System::String ^ Password {  void set(System::String ^ value); };
public string Password { set; }
member this.Password : string
Public Property Password As String

属性值

String

用于对项目和包进行加密或解密的密码。

适用于