iControl.SystemSystemInfo.get_globally_unique_identifier C# (CSharp) Method

get_globally_unique_identifier() private method

private get_globally_unique_identifier ( ) : string
return string
        public string get_globally_unique_identifier(

	)
        {
            object [] results = this.Invoke("get_globally_unique_identifier", new object [0]);
            return ((string)(results[0]));
        }
SystemSystemInfo