共用方式為


PhotoImportSession.AppendSessionDateToDestinationFolder 屬性

定義

取得或設定值,指定是否應該將會話日期附加至目的地資料夾名稱。

public:
 property bool AppendSessionDateToDestinationFolder { bool get(); void set(bool value); };
bool AppendSessionDateToDestinationFolder();

void AppendSessionDateToDestinationFolder(bool value);
public bool AppendSessionDateToDestinationFolder { get; set; }
var boolean = photoImportSession.appendSessionDateToDestinationFolder;
photoImportSession.appendSessionDateToDestinationFolder = boolean;
Public Property AppendSessionDateToDestinationFolder As Boolean

屬性值

Boolean

bool

True 是表示 如果會話日期應該附加至資料夾名稱;否則為 false。

適用於