C# 클래스 VaultFolderCreate.LoginInfo

파일 보기 프로젝트 열기: nick-hall-majenta/Autodesk-Vault-Utilities 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Password string
Port int
SSL bool
Server string
Username string
Vault string

공개 메소드들

메소드 설명
LoginInfo ( string username, string password, string serverStr, string vault ) : System

Constructor

메소드 상세

LoginInfo() 공개 메소드

Constructor
public LoginInfo ( string username, string password, string serverStr, string vault ) : System
username string
password string
serverStr string Formatted information about the server. /// Format: [https://]servername[:port]
vault string
리턴 System

프로퍼티 상세

Password 공개적으로 프로퍼티

public string Password
리턴 string

Port 공개적으로 프로퍼티

A value of 0 means the default port should be used
public int Port
리턴 int

SSL 공개적으로 프로퍼티

public bool SSL
리턴 bool

Server 공개적으로 프로퍼티

public string Server
리턴 string

Username 공개적으로 프로퍼티

public string Username
리턴 string

Vault 공개적으로 프로퍼티

public string Vault
리턴 string