How can I create a new object in VB.NET which will have a structure similar to .NET functions.
EG: dim name as string = ISecurity.User.DisplayName
Where display name is a public read only paramater which outputs a string.
Or dim user as ISecurity.User where user is an object containing further paramaters.
Thanks in advance.
EG: dim name as string = ISecurity.User.DisplayName
Where display name is a public read only paramater which outputs a string.
Or dim user as ISecurity.User where user is an object containing further paramaters.
Thanks in advance.