Amazon.SimpleNotificationService.Model.Topic.IsSetTopicArn C# (CSharp) Method

IsSetTopicArn() private method

private IsSetTopicArn ( ) : bool
return bool
        internal bool IsSetTopicArn()
        {
            return this.topicArn != null;
        }
    }