Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest.IsSetLocalDirectory C# (CSharp) 메소드

IsSetLocalDirectory() 개인적인 메소드

Gets whether or not the LocalDirectory property is set.
private IsSetLocalDirectory ( ) : bool
리턴 bool
        internal bool IsSetLocalDirectory()
        {
            return !System.String.IsNullOrEmpty(this.localDirectory);
        }